hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/mips/pci/fixup-sni.c
....@@ -151,8 +151,7 @@
151151 case SNI_BRD_PCI_MTOWER:
152152 if (is_rm300_revd())
153153 return irq_tab_rm300d[slot][pin];
154
- /* fall through */
155
-
154
+ fallthrough;
156155 case SNI_BRD_PCI_DESKTOP:
157156 return irq_tab_rm200[slot][pin];
158157