aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/fusbh200-hcd.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2015-02-13 14:55:34 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-06 21:59:12 +0200
commitb42e27168b7744791b1a7a84bad19e5346891680 (patch)
tree5280543e7376e910c4bd4bfd377f80bc40fee525 /drivers/usb/host/fusbh200-hcd.c
parent0f5d9d156ac5e57472c390e68b48c4e0d18aecb5 (diff)
usb: host: fusbh200: use new USB_RESUME_TIMEOUT
commit 595227db1f2d98bfc33f02a55842f268e12b247d upstream. Make sure we're using the new macro, so our resume signaling will always pass certification. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/fusbh200-hcd.c')
-rw-r--r--drivers/usb/host/fusbh200-hcd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/host/fusbh200-hcd.c b/drivers/usb/host/fusbh200-hcd.c
index ba9499060f63..3e3926aa584e 100644
--- a/drivers/usb/host/fusbh200-hcd.c
+++ b/drivers/usb/host/fusbh200-hcd.c
@@ -1550,10 +1550,9 @@ static int fusbh200_hub_control (
if ((temp & PORT_PE) == 0)
goto error;
- /* resume signaling for 20 msec */
fusbh200_writel(fusbh200, temp | PORT_RESUME, status_reg);
fusbh200->reset_done[wIndex] = jiffies
- + msecs_to_jiffies(20);
+ + msecs_to_jiffies(USB_RESUME_TIMEOUT);
break;
case USB_PORT_FEAT_C_SUSPEND:
clear_bit(wIndex, &fusbh200->port_c_suspend);