OSDN Git Service

MIPS: fix some more fall through errors in arch/mips
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 16 Jul 2019 11:40:16 +0000 (12:40 +0100)
committerPaul Burton <paul.burton@mips.com>
Tue, 16 Jul 2019 11:40:16 +0000 (12:40 +0100)
commite5793cd1b5fedb39337cfa62251a25030f526e56
tree1ce2039dcbc18902b3f32b5fe8432da7621e3b05
parent03bcba73cb3c223ea8ab8d7f33bd85545e47fc75
MIPS: fix some more fall through errors in arch/mips

Fix these errors:

 arch/mips/cavium-octeon/executive/cvmx-pko.c:489:7: error: this statement may fall through [-Werror=implicit-fallthrough=]
 arch/mips/bcm63xx/dev-flash.c:89:3: error: this statement may fall through [-Werror=implicit-fallthrough=]
 arch/mips/ath79/setup.c:155:17: error: this statement may fall through [-Werror=implicit-fallthrough=]
 arch/mips/ar7/setup.c:50:3: error: this statement may fall through [-Werror=implicit-fallthrough=]

Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: John Crispin <john@phrozen.org>
Cc: Matthias Schiffer <mschiffer@universe-factory.net>
Cc: "Petr Štetiar" <ynezz@true.cz>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Burton <paul.burton@mips.com>
arch/mips/ar7/setup.c
arch/mips/ath79/setup.c
arch/mips/bcm63xx/dev-flash.c
arch/mips/cavium-octeon/executive/cvmx-pko.c