Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'fallthrough-fixes-clang-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux

Pull fallthrough fixes from Gustavo A. R. Silva:
"Fix some fall-through warnings when building with Clang and
-Wimplicit-fallthrough"

* tag 'fallthrough-fixes-clang-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux:
pcmcia: db1xxx_ss: Fix fall-through warning for Clang
MIPS: Fix fall-through warnings for Clang
scsi: st: Fix fall-through warning for Clang

+3
+1
arch/mips/alchemy/devboards/db1550.c
··· 66 66 case BCSR_WHOAMI_PB1550_DDR: 67 67 bcsr_init(PB1550_BCSR_PHYS_ADDR, 68 68 PB1550_BCSR_PHYS_ADDR + PB1550_BCSR_HEXLED_OFS); 69 + break; 69 70 case BCSR_WHOAMI_DB1550: 70 71 break; 71 72 default:
+1
arch/mips/kernel/uprobes.c
··· 173 173 case DIE_UPROBE_XOL: 174 174 if (uprobe_post_sstep_notifier(regs)) 175 175 return NOTIFY_STOP; 176 + break; 176 177 default: 177 178 break; 178 179 }
+1
drivers/pcmcia/db1xxx_ss.c
··· 356 356 case 0: 357 357 case 2: 358 358 status |= SS_3VCARD; /* 3V card */ 359 + break; 359 360 case 3: 360 361 break; /* 5V card: set nothing */ 361 362 default: