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:
fd0f885
)
gpio: samsung: Add missing "break" statement
author
Alexander Shiyan
<shc_work@mail.ru>
Sat, 22 Mar 2014 08:35:22 +0000
(12:35 +0400)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 27 Mar 2014 09:08:59 +0000
(10:08 +0100)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-samsung.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/gpio-samsung.c
b/drivers/gpio/gpio-samsung.c
index a85e00bf9834c01ac6cb0ebfe6883176f10c06cb..07105ee5c9aea53dfb76e49096e0911dad36f5e4 100644
(file)
--- a/
drivers/gpio/gpio-samsung.c
+++ b/
drivers/gpio/gpio-samsung.c
@@
-379,6
+379,7
@@
static int s5p64x0_gpio_setcfg_rbank(struct samsung_gpio_chip *chip,
case 6:
shift = ((off + 1) & 7) * 4;
reg -= 4;
+ break;
default:
shift = ((off + 1) & 7) * 4;
break;