|
|
@@ -64,7 +64,7 @@ Signed-off-by: Rafał Miłecki <[email protected]>
|
|
|
+ /*
|
|
|
+ * Wait for the HCHalted Status bit to be 0 to indicate the host is running.
|
|
|
+ */
|
|
|
-+ ret = xhci_handshake(xhci, &xhci->op_regs->status,
|
|
|
++ ret = xhci_handshake(&xhci->op_regs->status,
|
|
|
+ STS_HALT, 0, XHCI_MAX_HALT_USEC);
|
|
|
+
|
|
|
+ if (ret == -ETIMEDOUT) {
|