kernel/arch/mips/pci/fixup-sni.c
.. .. @@ -151,8 +151,7 @@ 151 151 case SNI_BRD_PCI_MTOWER: 152 152 if (is_rm300_revd()) 153 153 return irq_tab_rm300d[slot][pin]; 154 - /* fall through */155 -154 + fallthrough;156 155 case SNI_BRD_PCI_DESKTOP: 157 156 return irq_tab_rm200[slot][pin]; 158 157