mmc: jz4740: Fix fall-through warning for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 13 Jul 2021 18:23:21 +0000 (13:23 -0500)
committerGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 13 Jul 2021 18:59:22 +0000 (13:59 -0500)
commitf95deaeca8e106af891061e5f9c745dc7dc172c0
tree4abbb97d5900a466f20df6f88bda691f241c970f
parent54325d0849d60ed52ee9316f76d116b52b53669b
mmc: jz4740: Fix fall-through warning for Clang

Fix the following fallthrough warning (mips-randconfig with Clang):

drivers/mmc/host/jz4740_mmc.c:792:2: warning: unannotated fall-through between switch labels [-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>
drivers/mmc/host/jz4740_mmc.c