hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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");