Loading drivers/usb/host/xhci.c +0 −2 Original line number Diff line number Diff line Loading @@ -727,8 +727,6 @@ static void xhci_stop(struct usb_hcd *hcd) /* Only halt host and free memory after both hcds are removed */ if (!usb_hcd_is_primary_hcd(hcd)) { /* usb core will free this hcd shortly, unset pointer */ xhci->shared_hcd = NULL; mutex_unlock(&xhci->mutex); return; } Loading Loading
drivers/usb/host/xhci.c +0 −2 Original line number Diff line number Diff line Loading @@ -727,8 +727,6 @@ static void xhci_stop(struct usb_hcd *hcd) /* Only halt host and free memory after both hcds are removed */ if (!usb_hcd_is_primary_hcd(hcd)) { /* usb core will free this hcd shortly, unset pointer */ xhci->shared_hcd = NULL; mutex_unlock(&xhci->mutex); return; } Loading