commit | 043f5b75dd2b1fbd45d5f367d50e5ae5b4afa955 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Fri Feb 27 13:22:27 2015 -0600 |
committer | Felipe Balbi <balbi@ti.com> | Tue Mar 10 15:33:32 2015 -0500 |
tree | 31183d48e89d5b08d835f643b9d322e21046023c | |
parent | af63429cf046210d7313805b579dd779d10ad1c0 [diff] |
usb: musb: cppi41: do not call udelay() according to comment in code, HS completion will happen pretty fast, instead of using udelay(), let's just busy loop and drop a cpu_relax() where udelay() was. Signed-off-by: Felipe Balbi <balbi@ti.com>