Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24016ab6 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Linus Walleij
Browse files

gpio: samsung: Add missing "break" statement

parent fd0f885b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;