diff options
Diffstat (limited to 'drivers/usb/host/ehci-s5p.c')
-rw-r--r-- | drivers/usb/host/ehci-s5p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-s5p.c b/drivers/usb/host/ehci-s5p.c index b3958b3d3163..318e0c6d0ab1 100644 --- a/drivers/usb/host/ehci-s5p.c +++ b/drivers/usb/host/ehci-s5p.c | |||
@@ -269,7 +269,7 @@ static int s5p_ehci_resume(struct device *dev) | |||
269 | /* here we "know" root ports should always stay powered */ | 269 | /* here we "know" root ports should always stay powered */ |
270 | ehci_port_power(ehci, 1); | 270 | ehci_port_power(ehci, 1); |
271 | 271 | ||
272 | hcd->state = HC_STATE_SUSPENDED; | 272 | ehci->rh_state = EHCI_RH_SUSPENDED; |
273 | 273 | ||
274 | return 0; | 274 | return 0; |
275 | } | 275 | } |