Skip to content

Commit

Permalink
Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6
Browse files Browse the repository at this point in the history
* 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6:
  gpio: wm831x: add a missing break in wm831x_gpio_dbg_show
  • Loading branch information
Linus Torvalds committed Jul 16, 2011
2 parents 900b170 + 164d5c3 commit 1765a36
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 1765a36

Please sign in to comment.