mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-15 03:14:50 +00:00
ramips: merge 3.2 fixes
SVN-Revision: 30652
This commit is contained in:
parent
18fdaee00b
commit
62f213eab9
@ -21,7 +21,7 @@ static int ehci_rt3883_init(struct usb_hcd *hcd)
|
||||
|
||||
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));
|
||||
dbg_hcs_params(ehci, "reset");
|
||||
dbg_hcc_params(ehci, "reset");
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- a/drivers/usb/host/ehci-rt3883.c
|
||||
+++ b/drivers/usb/host/ehci-rt3883.c
|
||||
@@ -21,7 +21,7 @@ static int ehci_rt3883_init(struct usb_h
|
||||
|
||||
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));
|
||||
dbg_hcs_params(ehci, "reset");
|
||||
dbg_hcc_params(ehci, "reset");
|
||||
|
Loading…
Reference in New Issue
Block a user