aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/xhci-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-hcd.c b/drivers/usb/host/xhci-hcd.c
index 59ee61d2a19..489657c853e 100644
--- a/drivers/usb/host/xhci-hcd.c
+++ b/drivers/usb/host/xhci-hcd.c
@@ -384,7 +384,7 @@ int xhci_run(struct usb_hcd *hcd)
384 384
385 xhci_dbg(xhci, "// Set the interrupt modulation register\n"); 385 xhci_dbg(xhci, "// Set the interrupt modulation register\n");
386 temp = xhci_readl(xhci, &xhci->ir_set->irq_control); 386 temp = xhci_readl(xhci, &xhci->ir_set->irq_control);
387 temp &= 0xffff; 387 temp &= ~ER_IRQ_INTERVAL_MASK;
388 temp |= (u32) 160; 388 temp |= (u32) 160;
389 xhci_writel(xhci, temp, &xhci->ir_set->irq_control); 389 xhci_writel(xhci, temp, &xhci->ir_set->irq_control);
390 390