diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-03-27 15:48:07 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-03-27 15:48:07 +0000 |
commit | b4eabad0194a08da3ac55830dd05d8572001a08c (patch) | |
tree | e2e60cd9c470417db5fa28026c255a35a7b434d0 /target/linux/gemini | |
parent | 31c945212085021ddb845285fb4511929ea4e092 (diff) | |
download | upstream-b4eabad0194a08da3ac55830dd05d8572001a08c.tar.gz upstream-b4eabad0194a08da3ac55830dd05d8572001a08c.tar.bz2 upstream-b4eabad0194a08da3ac55830dd05d8572001a08c.zip |
gemini: remove usage of ehci_port_power() it was removed in kernel 3.8
SVN-Revision: 36138
Diffstat (limited to 'target/linux/gemini')
-rw-r--r-- | target/linux/gemini/patches/130-usb-ehci-gemini-fot2gxx-support.patch | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/target/linux/gemini/patches/130-usb-ehci-gemini-fot2gxx-support.patch b/target/linux/gemini/patches/130-usb-ehci-gemini-fot2gxx-support.patch index ed6c6259de..7b3f71ce4f 100644 --- a/target/linux/gemini/patches/130-usb-ehci-gemini-fot2gxx-support.patch +++ b/target/linux/gemini/patches/130-usb-ehci-gemini-fot2gxx-support.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/drivers/usb/host/ehci-fotg2xx.c -@@ -0,0 +1,465 @@ +@@ -0,0 +1,459 @@ +/* + * EHCI Host Controller driver + * @@ -176,13 +176,7 @@ + if (result) + return result; + -+ result = ehci_init(hcd); -+ if (result) -+ return result; -+ -+ ehci_port_power(ehci, 0); -+ -+ return result; ++ return ehci_init(hcd); +} + +/* |