aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-omap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-omap.c')
-rw-r--r--drivers/usb/host/ehci-omap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
index 7e41a95c5ce..3c482dc99ec 100644
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -188,7 +188,7 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev)
188 /* we know this is the memory we want, no need to ioremap again */ 188 /* we know this is the memory we want, no need to ioremap again */
189 omap_ehci->caps = hcd->regs; 189 omap_ehci->caps = hcd->regs;
190 omap_ehci->regs = hcd->regs 190 omap_ehci->regs = hcd->regs
191 + HC_LENGTH(readl(&omap_ehci->caps->hc_capbase)); 191 + HC_LENGTH(ehci, readl(&omap_ehci->caps->hc_capbase));
192 192
193 dbg_hcs_params(omap_ehci, "reset"); 193 dbg_hcs_params(omap_ehci, "reset");
194 dbg_hcc_params(omap_ehci, "reset"); 194 dbg_hcc_params(omap_ehci, "reset");