]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/ehci-ppc-of.c
Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc...
[~andy/linux] / drivers / usb / host / ehci-ppc-of.c
index 1f09f253697e9c810bd155cab92d66a7cd6332a2..8552db6c29c9e4cce9c5896bf296cd5a3cb71853 100644 (file)
@@ -179,7 +179,7 @@ static int __devinit ehci_hcd_ppc_of_probe(struct platform_device *op)
 
        ehci->caps = hcd->regs;
        ehci->regs = hcd->regs +
-                       HC_LENGTH(ehci_readl(ehci, &ehci->caps->hc_capbase));
+               HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
 
        /* cache this readonly data; minimize chip reads */
        ehci->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params);