aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2008-03-28 04:32:23 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:09:47 -0400
commitbe9cbb7c559eddea19604abafb89faf9c8666715 (patch)
tree6933cef3a9a7b65d31526796d2f86f7ee699c8cd /drivers/media/video
parentb9a37d9124dc834f2448558dbbe766eee077b954 (diff)
V4L/DVB (7698): pvrusb2: Remove never-reached break statements (trivial)
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 4329e4366f9f..16c7df9c093f 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -3801,13 +3801,11 @@ static unsigned int pvr2_hdw_report_unlocked(struct pvr2_hdw *hdw,int which,
3801 " <usb:run>" : " <usb:stop>"), 3801 " <usb:run>" : " <usb:stop>"),
3802 (hdw->state_pathway_ok ? 3802 (hdw->state_pathway_ok ?
3803 " <pathway:ok>" : "")); 3803 " <pathway:ok>" : ""));
3804 break;
3805 case 3: 3804 case 3:
3806 return scnprintf( 3805 return scnprintf(
3807 buf,acnt, 3806 buf,acnt,
3808 "state: %s", 3807 "state: %s",
3809 pvr2_get_state_name(hdw->master_state)); 3808 pvr2_get_state_name(hdw->master_state));
3810 break;
3811 default: break; 3809 default: break;
3812 } 3810 }
3813 return 0; 3811 return 0;