mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
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>
This commit is contained in:
parent
b9a37d9124
commit
be9cbb7c55
1 changed files with 0 additions and 2 deletions
|
@ -3801,13 +3801,11 @@ static unsigned int pvr2_hdw_report_unlocked(struct pvr2_hdw *hdw,int which,
|
||||||
" <usb:run>" : " <usb:stop>"),
|
" <usb:run>" : " <usb:stop>"),
|
||||||
(hdw->state_pathway_ok ?
|
(hdw->state_pathway_ok ?
|
||||||
" <pathway:ok>" : ""));
|
" <pathway:ok>" : ""));
|
||||||
break;
|
|
||||||
case 3:
|
case 3:
|
||||||
return scnprintf(
|
return scnprintf(
|
||||||
buf,acnt,
|
buf,acnt,
|
||||||
"state: %s",
|
"state: %s",
|
||||||
pvr2_get_state_name(hdw->master_state));
|
pvr2_get_state_name(hdw->master_state));
|
||||||
break;
|
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue