usb/isp1760: Let OF bindings depend on general CONFIG_OF instead of PPC_OF .
[pandora-kernel.git] / drivers / usb / host / ehci-pci.c
index 1102ce6..8311de7 100644 (file)
@@ -439,7 +439,7 @@ static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated)
        /* here we "know" root ports should always stay powered */
        ehci_port_power(ehci, 1);
 
-       hcd->state = HC_STATE_SUSPENDED;
+       ehci->rh_state = EHCI_RH_SUSPENDED;
        return 0;
 }
 #endif