mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 22:53:20 +00:00
V4L/DVB (13227): pvrusb2: Fix redundant message on driver initialization failure (missing break)
After detecting failure due to module initialization error, get out. Don't report jammed hardware. Problem due to a missing break statement. Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
aa976ca1df
commit
515ebf79e5
@ -2353,6 +2353,7 @@ static void pvr2_hdw_setup(struct pvr2_hdw *hdw)
|
||||
" before this driver can function. There"
|
||||
" should be some earlier messages giving more"
|
||||
" information about the problem.");
|
||||
break;
|
||||
}
|
||||
if (procreload) {
|
||||
pvr2_trace(
|
||||
|
Loading…
Reference in New Issue
Block a user