Skip to content

Commit

Permalink
V4L/DVB (13227): pvrusb2: Fix redundant message on driver initializat…
Browse files Browse the repository at this point in the history
…ion 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>
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent aa976ca commit 515ebf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 515ebf7

Please sign in to comment.