Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b32f9fb962d593e3c5a61092a79434714f405ef5
Commit:     b32f9fb962d593e3c5a61092a79434714f405ef5
Parent:     aa501be989f5df58c4732d5eb1989e5ca6479d90
Author:     Chris Pascoe <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 19 04:53:50 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 19:02:25 2008 -0200

    V4L/DVB (6637): xc2028: add missing break
    
    Add break to stop us from following the default failure path even upon 
success.
    
    Signed-off-by: Chris Pascoe <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/tuner-xc2028.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/tuner-xc2028.c 
b/drivers/media/video/tuner-xc2028.c
index ac7f3e1..7e558de 100644
--- a/drivers/media/video/tuner-xc2028.c
+++ b/drivers/media/video/tuner-xc2028.c
@@ -485,6 +485,7 @@ static int load_firmware(struct dvb_frontend *fe, unsigned 
int type,
                                                  (*p) & 0x7f);
                                        return -EINVAL;
                                }
+                               break;
                        default:
                                tuner_info("Invalid RESET code %d\n",
                                           size & 0x7f);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to