Commit b9a37d91 authored by Mike Isely's avatar Mike Isely Committed by Mauro Carvalho Chehab

V4L/DVB (7697): pvrusb2: Fix misleading bit of debug output (trivial)

Signed-off-by: default avatarMike Isely <isely@pobox.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 38d9a2cf
...@@ -3796,7 +3796,7 @@ static unsigned int pvr2_hdw_report_unlocked(struct pvr2_hdw *hdw,int which, ...@@ -3796,7 +3796,7 @@ static unsigned int pvr2_hdw_report_unlocked(struct pvr2_hdw *hdw,int which,
(hdw->state_encoder_config ? (hdw->state_encoder_config ?
" <encode:configok>" : " <encode:configok>" :
(hdw->state_encoder_waitok ? (hdw->state_encoder_waitok ?
"" : " <encode:wait>")), "" : " <encode:waitok>")),
(hdw->state_usbstream_run ? (hdw->state_usbstream_run ?
" <usb:run>" : " <usb:stop>"), " <usb:run>" : " <usb:stop>"),
(hdw->state_pathway_ok ? (hdw->state_pathway_ok ?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment