Commit af63429c authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: musb: cppi41: exit early when tx fifo is empty



as soon as we find out tx fifo is empty, there's
no need to break out of the loop just to have another
branch to complete the transfer. We can just complete
transfer and exit early.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 1b61625f
Supports Markdown
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