On 27.3.2024 10.41, Oliver Neukum wrote:
If we get STS_HCE we give up on the interrupt, but for the purpose of IRQ handling that still counts as ours. We may return IRQ_NONE only if we are positive that it wasn't ours. Hence correct the default. Fixes: 2a25e66d676df ("xhci: print warning when HCE was set") Signed-off-by: Oliver Neukum <oneukum@xxxxxxxx> ---
Thanks, added -Mathias