mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
usb: host: sl811: use new USB_RESUME_TIMEOUT
commit 08debfb13b 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>
This commit is contained in:
parent
181d303cb1
commit
e0565f62a0
|
|
@ -1251,7 +1251,7 @@ sl811h_hub_control(
|
|||
sl811_write(sl811, SL11H_CTLREG1, sl811->ctrl1);
|
||||
|
||||
mod_timer(&sl811->timer, jiffies
|
||||
+ msecs_to_jiffies(20));
|
||||
+ msecs_to_jiffies(USB_RESUME_TIMEOUT));
|
||||
break;
|
||||
case USB_PORT_FEAT_POWER:
|
||||
port_power(sl811, 0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user