aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/xhci.c')
-rw-r--r--drivers/usb/host/xhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
index 63b8db5275e9..883b4c402c6a 100644
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
@@ -452,7 +452,6 @@ int xhci_run(struct usb_hcd *hcd)
452 xhci_writel(xhci, temp, &xhci->ir_set->irq_control); 452 xhci_writel(xhci, temp, &xhci->ir_set->irq_control);
453 453
454 /* Set the HCD state before we enable the irqs */ 454 /* Set the HCD state before we enable the irqs */
455 hcd->state = HC_STATE_RUNNING;
456 temp = xhci_readl(xhci, &xhci->op_regs->command); 455 temp = xhci_readl(xhci, &xhci->op_regs->command);
457 temp |= (CMD_EIE); 456 temp |= (CMD_EIE);
458 xhci_dbg(xhci, "// Enable interrupts, cmd = 0x%x.\n", 457 xhci_dbg(xhci, "// Enable interrupts, cmd = 0x%x.\n",