From: Mike Isely Date: Fri, 28 Mar 2008 08:32:23 +0000 (-0300) Subject: V4L/DVB (7698): pvrusb2: Remove never-reached break statements (trivial) X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=be9cbb7c559eddea19604abafb89faf9c8666715;p=deliverable%2Flinux.git V4L/DVB (7698): pvrusb2: Remove never-reached break statements (trivial) Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- 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, " " : " "), (hdw->state_pathway_ok ? " " : "")); - break; case 3: return scnprintf( buf,acnt, "state: %s", pvr2_get_state_name(hdw->master_state)); - break; default: break; } return 0;