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

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

Merge "usb: xhci: Increase xhci halt timeout"

parents 3f83f41d 430a8df3
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, 2 * XHCI_MAX_HALT_USEC);
			STS_HALT, STS_HALT, 3 * XHCI_MAX_HALT_USEC);
	if (ret) {
		xhci_warn(xhci, "Host halt failed, %d\n", ret);
		return ret;