ARM: s3c: add one more "fallthrough" statement in Jive
authorArnd Bergmann <arnd@arndb.de>
Tue, 16 Nov 2021 09:20:42 +0000 (10:20 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Tue, 16 Nov 2021 10:17:55 +0000 (11:17 +0100)
commit7f9ec9b59c278f31b0c2c8fabcf564e6fc02d4d8
treeaeb58772d3b8e0114e4cf6125a449efa616d5f7f
parent90dc0df9168b6c1ddb339481b440d7c13cc4417c
ARM: s3c: add one more "fallthrough" statement in Jive

clang warns about one missing fallthrough that gcc ignores:

arch/arm/mach-s3c/mach-jive.c:250:2: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]

Add it here as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20211116092053.4042799-1-arnd@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
arch/arm/mach-s3c/mach-jive.c