]> Git Repo - linux.git/commitdiff
gpio: tps65910: add missing breaks in tps65910_gpio_init
authorAxel Lin <[email protected]>
Wed, 6 Jul 2011 02:08:27 +0000 (10:08 +0800)
committerGrant Likely <[email protected]>
Wed, 6 Jul 2011 05:17:08 +0000 (23:17 -0600)
Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
drivers/gpio/tps65910-gpio.c

index 8d1ddfdd63eb2ab6b89eb749ee831e37ede6b96d..15097ca616d69606e150ab96c62bfa89a38159cf 100644 (file)
@@ -81,8 +81,10 @@ void tps65910_gpio_init(struct tps65910 *tps65910, int gpio_base)
        switch(tps65910_chip_id(tps65910)) {
        case TPS65910:
                tps65910->gpio.ngpio    = 6;
+               break;
        case TPS65911:
                tps65910->gpio.ngpio    = 9;
+               break;
        default:
                return;
        }
This page took 0.052195 seconds and 4 git commands to generate.