Skip to content

Commit

Permalink
gpio: wm831x: add a missing break in wm831x_gpio_dbg_show
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Axel Lin authored and Grant Likely committed Jul 15, 2011
1 parent 2345b20 commit 164d5c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/wm831x-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 164d5c3

Please sign in to comment.