aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-hdw.c
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2008-03-28 04:31:40 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:09:47 -0400
commitb9a37d9124dc834f2448558dbbe766eee077b954 (patch)
tree9d3d8e445172ca603bf33392d90defc4fa241ec4 /drivers/media/video/pvrusb2/pvrusb2-hdw.c
parent38d9a2cf2db30b37dde81ec5f8b4de0fd9843ccc (diff)
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>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 307a38d91c8..4329e4366f9 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -3796,7 +3796,7 @@ static unsigned int pvr2_hdw_report_unlocked(struct pvr2_hdw *hdw,int which,
3796 (hdw->state_encoder_config ? 3796 (hdw->state_encoder_config ?
3797 " <encode:configok>" : 3797 " <encode:configok>" :
3798 (hdw->state_encoder_waitok ? 3798 (hdw->state_encoder_waitok ?
3799 "" : " <encode:wait>")), 3799 "" : " <encode:waitok>")),
3800 (hdw->state_usbstream_run ? 3800 (hdw->state_usbstream_run ?
3801 " <usb:run>" : " <usb:stop>"), 3801 " <usb:run>" : " <usb:stop>"),
3802 (hdw->state_pathway_ok ? 3802 (hdw->state_pathway_ok ?