mbox series

[0/2] xhci fixes for usb-linus

Message ID 20240809124408.505786-1-mathias.nyman@linux.intel.com
Headers show
Series xhci fixes for usb-linus | expand

Message

Mathias Nyman Aug. 9, 2024, 12:44 p.m. UTC
Hi Greg

A couple small fixes for 6.11-rc

- Don't try to free interrupters that failed to allocate.

- Add missing "return 0" lost in refactoring of tranfer event handler,
  this causes extra unneeded check for halted endpoint handling.

Thanks
Mathias

Marc Zyngier (1):
  usb: xhci: Check for xhci->interrupters being allocated in
    xhci_mem_clearup()

Niklas Neronin (1):
  usb: xhci: fix duplicate stall handling in handle_tx_event()

 drivers/usb/host/xhci-mem.c  | 2 +-
 drivers/usb/host/xhci-ring.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)