projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed8dce4
)
gpio: sch311x: clean an indentation issue, remove extraneous space
author
Colin Ian King
<colin.king@canonical.com>
Tue, 30 Oct 2018 14:07:22 +0000
(14:07 +0000)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 5 Nov 2018 07:54:42 +0000
(08:54 +0100)
Trivial fix to clean up an indentation issue, remove space
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-sch311x.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-sch311x.c
b/drivers/gpio/gpio-sch311x.c
index 5497f0a88cf0a5c12792586a711698b77531b4a8..4df5335469fda9489c34536ef95d162adbf20771 100644
(file)
--- a/
drivers/gpio/gpio-sch311x.c
+++ b/
drivers/gpio/gpio-sch311x.c
@@
-188,7
+188,7
@@
static void sch311x_gpio_set(struct gpio_chip *chip, unsigned offset,
struct sch311x_gpio_block *block = gpiochip_get_data(chip);
spin_lock(&block->lock);
-
__sch311x_gpio_set(block, offset, value);
+ __sch311x_gpio_set(block, offset, value);
spin_unlock(&block->lock);
}