Skip to content
Commit 043f5b75 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

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: default avatarFelipe Balbi <balbi@ti.com>
parent af63429c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment