On 22.9.2022 15.08, Greg KH wrote:
On Wed, Sep 21, 2022 at 03:34:44PM +0300, Mathias Nyman wrote:
Hi Greg
Some xhci features and fixes for usb-next.
Both fixing some possible memory leaks that are too late for usb-linus,
and simple code cleanups for usb-next
Did you miss this one:
https://lore.kernel.org/r/20220915011134.58400-1-liulongfang@xxxxxxxxxx
or was there some issue with it?
Got distracted while looking at it.
Can be added but probably not that useful.
In a host controller error (HCE) case all host activity stops, so it would
make more sense to check HCE bit in timeout cases than in interrupt handler.
-Mathias