diff options
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 488a30836c36..15feaf924b71 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -788,7 +788,7 @@ static irqreturn_t ehci_irq (struct usb_hcd *hcd) | |||
788 | continue; | 788 | continue; |
789 | 789 | ||
790 | /* start 20 msec resume signaling from this port, | 790 | /* start 20 msec resume signaling from this port, |
791 | * and make khubd collect PORT_STAT_C_SUSPEND to | 791 | * and make hub_wq collect PORT_STAT_C_SUSPEND to |
792 | * stop that signaling. Use 5 ms extra for safety, | 792 | * stop that signaling. Use 5 ms extra for safety, |
793 | * like usb_port_resume() does. | 793 | * like usb_port_resume() does. |
794 | */ | 794 | */ |