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

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

Merge "usb: xhci: Increase xhci halt timeout"

parents 5a69e5bb 734f88ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,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;