xhci: make xhci_handshake timeout for xhci_reset() adjustable
[platform/kernel/linux-rpi.git] / drivers / usb / host / xhci-mem.c
index cb70d0b..48114a4 100644 (file)
@@ -2575,7 +2575,7 @@ int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags)
 
 fail:
        xhci_halt(xhci);
-       xhci_reset(xhci);
+       xhci_reset(xhci, XHCI_RESET_SHORT_USEC);
        xhci_mem_cleanup(xhci);
        return -ENOMEM;
 }