]> git.ipfire.org Git - thirdparty/linux.git/commit
MIPS: Octeon: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 20 Aug 2019 21:03:09 +0000 (16:03 -0500)
committerGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 21 Aug 2019 00:43:47 +0000 (19:43 -0500)
commit93cbcf5d22bbe6f2ecf64765d5f6085beceb3ee8
tree0da01f438c914a3c641717acb5a5c882c47af539
parent5274fdba8e3c04e9ac1ba457379afc8835f9aa0f
MIPS: Octeon: Mark expected switch fall-through

Mark switch cases where we are expecting to fall through.

Fix the following warning (Building: cavium_octeon_defconfig mips):

arch/mips/include/asm/octeon/cvmx-sli-defs.h:47:6: warning: this statement
may fall through [-Wimplicit-fallthrough=]

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
arch/mips/include/asm/octeon/cvmx-sli-defs.h