gpio: wm831x: add a missing break in wm831x_gpio_dbg_show
authorAxel Lin <[email protected]>
Sun, 10 Jul 2011 07:45:07 +0000 (15:45 +0800)
committerGrant Likely <[email protected]>
Fri, 15 Jul 2011 20:03:30 +0000 (14:03 -0600)
Signed-off-by: Axel Lin <[email protected]>
Acked-by: Mark Brown <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
drivers/gpio/wm831x-gpio.c

index 309644cf4d9b178cd8d91a2d57e348497f7c76c0..2bcfb0be09ff38e1db182c77a78c506fba8f6149 100644 (file)
@@ -180,6 +180,7 @@ static void wm831x_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip)
                        break;
                case WM831X_GPIO_PULL_UP:
                        pull = "pullup";
+                       break;
                default:
                        pull = "INVALID PULL";
                        break;