xhci: make xhci_handshake timeout for xhci_reset() adjustable
[platform/kernel/linux-rpi.git] / drivers / usb / host / xhci-hub.c
index df3522d..bb4f01c 100644 (file)
@@ -762,7 +762,7 @@ static int xhci_exit_test_mode(struct xhci_hcd *xhci)
        }
        pm_runtime_allow(xhci_to_hcd(xhci)->self.controller);
        xhci->test_mode = 0;
-       return xhci_reset(xhci);
+       return xhci_reset(xhci, XHCI_RESET_SHORT_USEC);
 }
 
 void xhci_set_link_state(struct xhci_hcd *xhci, struct xhci_port *port,