aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/ehci-omap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
index 24d3d526b5d..bd8922a1549 100644
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -651,10 +651,6 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev)
651 /* cache this readonly data; minimize chip reads */ 651 /* cache this readonly data; minimize chip reads */
652 omap->ehci->hcs_params = readl(&omap->ehci->caps->hcs_params); 652 omap->ehci->hcs_params = readl(&omap->ehci->caps->hcs_params);
653 653
654 /* SET 1 micro-frame Interrupt interval */
655 writel(readl(&omap->ehci->regs->command) | (1 << 16),
656 &omap->ehci->regs->command);
657
658 ret = usb_add_hcd(hcd, irq, IRQF_DISABLED | IRQF_SHARED); 654 ret = usb_add_hcd(hcd, irq, IRQF_DISABLED | IRQF_SHARED);
659 if (ret) { 655 if (ret) {
660 dev_dbg(&pdev->dev, "failed to add hcd with err %d\n", ret); 656 dev_dbg(&pdev->dev, "failed to add hcd with err %d\n", ret);