forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/mips/pci/ops-bcm63xx.c
....@@ -474,6 +474,7 @@
474474 if (PCI_SLOT(devfn) == 0)
475475 return bcm_pcie_readl(PCIE_DLSTATUS_REG)
476476 & DLSTATUS_PHYLINKUP;
477
+ fallthrough;
477478 default:
478479 return false;
479480 }