aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/tps65910-gpio.c
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-07-12 20:10:37 -0700
committerColin Cross <ccross@android.com>2011-07-12 20:10:37 -0700
commit75c56a81116e51c5cf15c0641906d0745188cd16 (patch)
treec1d8e7def5bbb099a39d5e9ccfb13508ea5ca46a /drivers/gpio/tps65910-gpio.c
parentb4294d618e8a19bb47826e51ae52b9fb2fe05f80 (diff)
parent620917de59eeb934b9f8cf35cc2d95c1ac8ed0fc (diff)
downloadkernel_samsung_crespo-75c56a81116e51c5cf15c0641906d0745188cd16.zip
kernel_samsung_crespo-75c56a81116e51c5cf15c0641906d0745188cd16.tar.gz
kernel_samsung_crespo-75c56a81116e51c5cf15c0641906d0745188cd16.tar.bz2
Merge commit 'v3.0-rc7' into android-3.0
Diffstat (limited to 'drivers/gpio/tps65910-gpio.c')
-rw-r--r--drivers/gpio/tps65910-gpio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpio/tps65910-gpio.c b/drivers/gpio/tps65910-gpio.c
index 8d1ddfd..15097ca 100644
--- a/drivers/gpio/tps65910-gpio.c
+++ b/drivers/gpio/tps65910-gpio.c
@@ -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;
}