X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fehci-pci.c;h=8311de7c0a75036002f903a4f5949a3962b81a17;hb=8f5d621543cb064d2989fc223d3c2bc61a43981e;hp=1102ce65a3a9eff69fee9c612f65f4a6ead9c3a9;hpb=57ed609d4b64139b4d2cf5f3b4880a573a7905d2;p=pandora-kernel.git diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 1102ce65a3a9..8311de7c0a75 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -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