From: Mike Isely Date: Mon, 12 Oct 2009 03:27:38 +0000 (-0300) Subject: V4L/DVB (13227): pvrusb2: Fix redundant message on driver initialization failure... X-Git-Tag: v2.6.33-rc1~338^2~205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=515ebf79e579d423d60aea4334d61007328c5114;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git 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 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 1bfa9b9..4a464ff 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c @@ -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(