gpiolib: Correct debugfs display of WM831x GPIO inversion
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
@@ -176,7 +176,7 @@ static void wm831x_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip)
|
|||||||
wm831x_gpio_get(chip, i) ? "high" : "low",
|
wm831x_gpio_get(chip, i) ? "high" : "low",
|
||||||
pull,
|
pull,
|
||||||
powerdomain,
|
powerdomain,
|
||||||
reg & WM831X_GPN_POL ? " inverted" : "",
|
reg & WM831X_GPN_POL ? "" : " inverted",
|
||||||
reg & WM831X_GPN_OD ? "open-drain" : "CMOS",
|
reg & WM831X_GPN_OD ? "open-drain" : "CMOS",
|
||||||
reg & WM831X_GPN_TRI ? " tristated" : "",
|
reg & WM831X_GPN_TRI ? " tristated" : "",
|
||||||
reg);
|
reg);
|
||||||
|
Reference in New Issue
Block a user