mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-01 11:44:45 +07:00
gpio: samsung: Add missing "break" statement
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
fd0f885b79
commit
24016ab6a8
@ -379,6 +379,7 @@ static int s5p64x0_gpio_setcfg_rbank(struct samsung_gpio_chip *chip,
|
|||||||
case 6:
|
case 6:
|
||||||
shift = ((off + 1) & 7) * 4;
|
shift = ((off + 1) & 7) * 4;
|
||||||
reg -= 4;
|
reg -= 4;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
shift = ((off + 1) & 7) * 4;
|
shift = ((off + 1) & 7) * 4;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user