USB: EHCI restart speedup
[safe/jmp/linux-2.6] / drivers / usb / host / ehci-ps3.c
index 829fe64..03a6b2f 100644 (file)
@@ -47,7 +47,7 @@ static int ps3_ehci_hc_reset(struct usb_hcd *hcd)
        if (result)
                return result;
 
-       ehci_port_power(ehci, 0);
+       ehci_reset(ehci);
 
        return result;
 }