Loading drivers/usb/host/ehci-hcd.c +3 −0 Original line number Diff line number Diff line Loading @@ -377,6 +377,9 @@ static void ehci_shutdown(struct usb_hcd *hcd) if (!ehci->sbrn) return; if (!HCD_HW_ACCESSIBLE(hcd)) return; spin_lock_irq(&ehci->lock); ehci->shutdown = true; ehci->rh_state = EHCI_RH_STOPPING; Loading Loading
drivers/usb/host/ehci-hcd.c +3 −0 Original line number Diff line number Diff line Loading @@ -377,6 +377,9 @@ static void ehci_shutdown(struct usb_hcd *hcd) if (!ehci->sbrn) return; if (!HCD_HW_ACCESSIBLE(hcd)) return; spin_lock_irq(&ehci->lock); ehci->shutdown = true; ehci->rh_state = EHCI_RH_STOPPING; Loading