diff options
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/ehci-omap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index 17e4ceb5014d..24d3d526b5d9 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c | |||
@@ -645,6 +645,9 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev) | |||
645 | omap->ehci->regs = hcd->regs | 645 | omap->ehci->regs = hcd->regs |
646 | + HC_LENGTH(readl(&omap->ehci->caps->hc_capbase)); | 646 | + HC_LENGTH(readl(&omap->ehci->caps->hc_capbase)); |
647 | 647 | ||
648 | dbg_hcs_params(omap->ehci, "reset"); | ||
649 | dbg_hcc_params(omap->ehci, "reset"); | ||
650 | |||
648 | /* cache this readonly data; minimize chip reads */ | 651 | /* cache this readonly data; minimize chip reads */ |
649 | omap->ehci->hcs_params = readl(&omap->ehci->caps->hcs_params); | 652 | omap->ehci->hcs_params = readl(&omap->ehci->caps->hcs_params); |
650 | 653 | ||