forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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");