diff options
author | Mike Isely <isely@pobox.com> | 2008-03-28 04:31:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:47 -0400 |
commit | b9a37d9124dc834f2448558dbbe766eee077b954 (patch) | |
tree | 9d3d8e445172ca603bf33392d90defc4fa241ec4 /drivers/media | |
parent | 38d9a2cf2db30b37dde81ec5f8b4de0fd9843ccc (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')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 2 |
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 307a38d91c85..4329e4366f9f 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 ? |