mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 18:10:52 +07:00
gpio: wm831x: add a missing break in wm831x_gpio_dbg_show
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>
This commit is contained in:
parent
2345b20fd9
commit
164d5c3988
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user