Commit 164d5c39 authored by Axel Lin's avatar Axel Lin Committed by Grant Likely

gpio: wm831x: add a missing break in wm831x_gpio_dbg_show

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 2345b20f
...@@ -180,6 +180,7 @@ static void wm831x_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip) ...@@ -180,6 +180,7 @@ static void wm831x_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip)
break; break;
case WM831X_GPIO_PULL_UP: case WM831X_GPIO_PULL_UP:
pull = "pullup"; pull = "pullup";
break;
default: default:
pull = "INVALID PULL"; pull = "INVALID PULL";
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment