浏览代码

Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6

* 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6:
  gpio: tps65910: add missing breaks in tps65910_gpio_init
Linus Torvalds 14 年之前
父节点
当前提交
4dd1b49c6d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/gpio/tps65910-gpio.c

+ 2 - 0
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;
 	}