projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c686090
)
gpio: f7188x: fix edit mistake
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 18 Apr 2016 11:30:29 +0000
(13:30 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 18 Apr 2016 11:32:20 +0000
(13:32 +0200)
Fix a typo causing a build regression.
Fixes:
f90c6bdb690b
("gpio: f7188x: use the new open drain callback")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-f7188x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/gpio-f7188x.c
b/drivers/gpio/gpio-f7188x.c
index 58674ff75097e701be7396fd8e82b1407144e66a..05aa538c3767a3b5e90cedd4eb95a5e89b04c4fa 100644
(file)
--- a/
drivers/gpio/gpio-f7188x.c
+++ b/
drivers/gpio/gpio-f7188x.c
@@
-328,7
+328,7
@@
static int f7188x_gpio_set_single_ended(struct gpio_chip *chip,
data &= ~BIT(offset);
else
data |= BIT(offset);
- superio_outb(sio->addr, gpio_
data
_mode(bank->regbase), data);
+ superio_outb(sio->addr, gpio_
out
_mode(bank->regbase), data);
superio_exit(sio->addr);
return 0;