]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: xhci: Remove isochronous URB_SHORT_NOT_OK handling
authorMichal Pecio <michal.pecio@gmail.com>
Wed, 3 Jun 2026 09:11:22 +0000 (12:11 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Jun 2026 17:23:28 +0000 (19:23 +0200)
commit298ff132714a660283ae6ed700e9bd33ef58ec1a
tree3adc84ab50d572b3cc91286308bfc5c9008f3126
parentd20405dcdfb616cbae5c3e17e790a969ea03469d
usb: xhci: Remove isochronous URB_SHORT_NOT_OK handling

This URB flag was never supposed to have any effect on isoc endpoints.

No kernel code uses the flag except usb_sg_init(), on non-isoc only.
USBFS can't use it on isoc because proc_do_submiturb() rejects it.

Signed-off-by: Michal Pecio <michal.pecio@gmail.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://patch.msgid.link/20260603091132.1110849-6-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c