]> git.baikalelectronics.ru Git - kernel.git/commit
mips: annotate implicit fall throughs
authorMathieu Malaterre <malat@debian.org>
Mon, 3 Dec 2018 21:23:43 +0000 (22:23 +0100)
committerPaul Burton <paul.burton@mips.com>
Mon, 3 Dec 2018 21:42:38 +0000 (13:42 -0800)
commitf576e7ab64f869f2948210fec4121e197fd9e08f
tree2eb13009526bc88fc118b335db4bebf49e4fa078
parenta4a2d402d4a64e01b400a3e7b20e5fc0ce671f9e
mips: annotate implicit fall throughs

There is a plan to build the kernel with -Wimplicit-fallthrough and
these places in the code produced warnings. Fix them up.

This patch produces no change in behaviour, but should be reviewed in
case these are actually bugs not intentional fallthoughs.

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Kees Cook <keescook@google.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
arch/mips/kernel/branch.c
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/watch.c
arch/mips/mm/c-r4k.c
arch/mips/mm/tlbex.c