Loading drivers/usb/host/xhci.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/usb/host/xhci.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading