commit | aee63e3cb6b0396b99c6387a47cb90a7417f3957 | [log] [tgz] |
---|---|---|
author | Paul Zimmerman <Paul.Zimmerman@synopsys.com> | Fri Feb 24 17:32:15 2012 -0800 |
committer | Felipe Balbi <balbi@ti.com> | Fri Mar 02 12:12:09 2012 +0200 |
tree | 76468eed5464d6fca184f725467060518d23b5cd | |
parent | 7d26b58735f5badf2b7ce3320c6ba21b603c77a9 [diff] |
usb: dwc3: shorten long delay in dwc3_gadget_set_link_state() The loop in dwc3_gadget_set_link_state() was using a udelay(500), which is a long time to delay in interrupt context. Change it to udelay(5) and increase the loop count to match. Signed-off-by: Paul Zimmerman <paulz@synopsys.com> Signed-off-by: Felipe Balbi <balbi@ti.com>