Re: [PATCH 4/5] usb: xhci: Shorten the TD skipping loop
From: Mathias Nyman
Date: Wed Aug 05 2026 - 13:27:40 EST
On 8/4/26 13:04, Michal Pecio wrote:
Half of this loop is code which only executes once to deal with cases
where no TD matches the event and then it returns. This code needs not
to be in any kind of loop, so get it out.
Optimize conditionals remaining in the loop body.
Signed-off-by: Michal Pecio <michal.pecio@xxxxxxxxx>
Much needed refactoring
Thanks
-Mathias