Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 24016ab

Browse files
shcgitlinusw
authored andcommitted
gpio: samsung: Add missing "break" statement
Signed-off-by: Alexander Shiyan <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent fd0f885 commit 24016ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/gpio-samsung.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ static int s5p64x0_gpio_setcfg_rbank(struct samsung_gpio_chip *chip,
379379
case 6:
380380
shift = ((off + 1) & 7) * 4;
381381
reg -= 4;
382+
break;
382383
default:
383384
shift = ((off + 1) & 7) * 4;
384385
break;

0 commit comments

Comments
 (0)