Searched hist:cb163627e6d32dbaca4d89b2292788cee895b06d (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/arm/ |
H A D | fas216.c | diff cb163627e6d32dbaca4d89b2292788cee895b06d Mon Jul 26 15:46:47 CDT 2021 Gustavo A. R. Silva <gustavoars@kernel.org> scsi: fas216: Fix fall-through warning for Clang
Fix the following fallthrough warning (on ARM):
drivers/scsi/arm/fas216.c:1379:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ drivers/scsi/arm/fas216.c:1379:2: note: insert 'break;' to avoid fall-through default: ^ break;
Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/lkml/202107260355.bF00i5bi-lkp@intel.com/ Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
|