mirror of https://gitee.com/openkylin/linux.git
V4L/DVB (7697): pvrusb2: Fix misleading bit of debug output (trivial)
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
38d9a2cf2d
commit
b9a37d9124
|
@ -3796,7 +3796,7 @@ static unsigned int pvr2_hdw_report_unlocked(struct pvr2_hdw *hdw,int which,
|
|||
(hdw->state_encoder_config ?
|
||||
" <encode:configok>" :
|
||||
(hdw->state_encoder_waitok ?
|
||||
"" : " <encode:wait>")),
|
||||
"" : " <encode:waitok>")),
|
||||
(hdw->state_usbstream_run ?
|
||||
" <usb:run>" : " <usb:stop>"),
|
||||
(hdw->state_pathway_ok ?
|
||||
|
|
Loading…
Reference in New Issue