Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
[platform/kernel/linux-stable.git] / drivers / gpio / gpio-wm831x.c
index 31a9ed7..deb949e 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;