commit | 8f2c9544aba636134303105ecb164190a39dece4 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Sep 04 13:14:49 2014 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Mon Mar 09 10:38:49 2015 -0500 |
tree | fb595ad1844b23f48b6cd5dd938d19eff4a80f5f | |
parent | 3d0184d087573b7606de45a8e4f01b6222caa47a [diff] |
usb: dwc3: gadget: drop unnecessary loop when cleaning up TRBs Now that we're using XFERINPROGRESS for all endpoint types (except Control), we will *always* be completing one TRB at a time, so it's safe to remove the loop from dwc3_cleanup_done_reqs. Signed-off-by: Felipe Balbi <balbi@ti.com>