forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/usb/host/ohci-hub.c
....@@ -58,7 +58,7 @@
5858 ohci->hc_control |= OHCI_USB_RESET;
5959 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control);
6060 (void) ohci_readl (ohci, &ohci->regs->control);
61
- /* FALL THROUGH */
61
+ fallthrough;
6262 case OHCI_USB_RESET:
6363 status = -EBUSY;
6464 ohci_dbg (ohci, "needs reinit!\n");