diff options
-rw-r--r-- | drivers/gpio/wm831x-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/wm831x-gpio.c b/drivers/gpio/wm831x-gpio.c index c5a00f7a7bf0..2554180534a1 100644 --- a/drivers/gpio/wm831x-gpio.c +++ b/drivers/gpio/wm831x-gpio.c | |||
@@ -176,7 +176,7 @@ static void wm831x_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip) | |||
176 | wm831x_gpio_get(chip, i) ? "high" : "low", | 176 | wm831x_gpio_get(chip, i) ? "high" : "low", |
177 | pull, | 177 | pull, |
178 | powerdomain, | 178 | powerdomain, |
179 | reg & WM831X_GPN_POL ? " inverted" : "", | 179 | reg & WM831X_GPN_POL ? "" : " inverted", |
180 | reg & WM831X_GPN_OD ? "open-drain" : "CMOS", | 180 | reg & WM831X_GPN_OD ? "open-drain" : "CMOS", |
181 | reg & WM831X_GPN_TRI ? " tristated" : "", | 181 | reg & WM831X_GPN_TRI ? " tristated" : "", |
182 | reg); | 182 | reg); |