gemini: remove usage of ehci_port_power() it was removed in kernel 3.8
SVN-Revision: 36138
This commit is contained in:
parent
31c9452120
commit
b4eabad019
1 changed files with 2 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/drivers/usb/host/ehci-fotg2xx.c
|
+++ b/drivers/usb/host/ehci-fotg2xx.c
|
||||||
@@ -0,0 +1,465 @@
|
@@ -0,0 +1,459 @@
|
||||||
+/*
|
+/*
|
||||||
+ * EHCI Host Controller driver
|
+ * EHCI Host Controller driver
|
||||||
+ *
|
+ *
|
||||||
|
@ -176,13 +176,7 @@
|
||||||
+ if (result)
|
+ if (result)
|
||||||
+ return result;
|
+ return result;
|
||||||
+
|
+
|
||||||
+ result = ehci_init(hcd);
|
+ return ehci_init(hcd);
|
||||||
+ if (result)
|
|
||||||
+ return result;
|
|
||||||
+
|
|
||||||
+ ehci_port_power(ehci, 0);
|
|
||||||
+
|
|
||||||
+ return result;
|
|
||||||
+}
|
+}
|
||||||
+
|
+
|
||||||
+/*
|
+/*
|
||||||
|
|
Loading…
Reference in a new issue