Skip to content

Commit

Permalink
gpio: samsung: Add missing "break" statement
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
shcgit authored and pstglia committed Sep 27, 2014
1 parent 3571f14 commit e0480e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/gpio-samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e0480e7

Please sign in to comment.