e2ba05dfff7e3debec3c441b300a2223e1b4ab6e
[openwrt/svn-archive/archive.git] / target / linux / ramips / patches-3.2 / 301-rt3883-ehci-3.2-fix.patch
1 --- a/drivers/usb/host/ehci-rt3883.c
2 +++ b/drivers/usb/host/ehci-rt3883.c
3 @@ -21,7 +21,7 @@ static int ehci_rt3883_init(struct usb_h
4
5 ehci->caps = hcd->regs;
6 ehci->regs = hcd->regs +
7 - HC_LENGTH(ehci_readl(ehci, &ehci->caps->hc_capbase));
8 + HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
9 dbg_hcs_params(ehci, "reset");
10 dbg_hcc_params(ehci, "reset");
11