Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

gpio: wm831x: add a missing break in wm831x_gpio_dbg_show

parent 2345b20f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;