aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-hub.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/xhci-hub.c')
-rw-r--r--drivers/usb/host/xhci-hub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-hub.c b/drivers/usb/host/xhci-hub.c
index 004a46557f9c..43e0a099d634 100644
--- a/drivers/usb/host/xhci-hub.c
+++ b/drivers/usb/host/xhci-hub.c
@@ -732,7 +732,6 @@ int xhci_bus_resume(struct usb_hcd *hcd)
732 (void) xhci_readl(xhci, &xhci->op_regs->command); 732 (void) xhci_readl(xhci, &xhci->op_regs->command);
733 733
734 xhci->next_statechange = jiffies + msecs_to_jiffies(5); 734 xhci->next_statechange = jiffies + msecs_to_jiffies(5);
735 hcd->state = HC_STATE_RUNNING;
736 /* re-enable irqs */ 735 /* re-enable irqs */
737 temp = xhci_readl(xhci, &xhci->op_regs->command); 736 temp = xhci_readl(xhci, &xhci->op_regs->command);
738 temp |= CMD_EIE; 737 temp |= CMD_EIE;