]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix fall-through warnings for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 13 Jul 2021 18:38:58 +0000 (13:38 -0500)
committerGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 13 Jul 2021 20:00:23 +0000 (15:00 -0500)
commit5138e795134a38786d2f651b545ed627e9a0211b
treebee9198472a629ec7ffb93b7d10326e70d9f5a2f
parent368540c92109c41b1b2920e3fd5c29aa8dc3cd78
MIPS: Fix fall-through warnings for Clang

Fix the following fallthrough warnings:

arch/mips/mm/tlbex.c:1386:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
arch/mips/mm/tlbex.c:2173:3: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/lkml/60edca25.k00ut905IFBjPyt5%25lkp@intel.com/
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
arch/mips/mm/tlbex.c