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

Commit 6ee33455 authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: nomadik: fix pull debug print inversion



Pull up was reported as pull down and vice versa. Fix this.

Fixes: 8f1774a2 "pinctrl: nomadik: improve GPIO debug prints"
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 44b03c10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -990,7 +990,7 @@ static void nmk_gpio_dbg_show_one(struct seq_file *s,
		int val;

		if (pull)
			pullidx = data_out ? 1 : 2;
			pullidx = data_out ? 2 : 1;

		seq_printf(s, " gpio-%-3d (%-20.20s) in  %s %s",
			   gpio,