Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c97ca9b0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: xhci: Increase xhci halt timeout"

parents 64449392 d23c9247
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ int xhci_halt(struct xhci_hcd *xhci)
	xhci_quiesce(xhci);

	ret = xhci_handshake(&xhci->op_regs->status,
			STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC);
			STS_HALT, STS_HALT, 2 * XHCI_MAX_HALT_USEC);
	if (ret) {
		xhci_warn(xhci, "Host halt failed, %d\n", ret);
		return ret;