]> git.ipfire.org Git - thirdparty/linux.git/commit
USB: uas: give the error handler the correct name
authorOliver Neukum <oneukum@suse.com>
Thu, 12 Mar 2026 12:34:27 +0000 (13:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2026 15:01:09 +0000 (16:01 +0100)
commit916aeaffad2526b9723387b6bd449ec76dcc8d44
tree084911f1b22c4ed37b30de7ce28226e1f6d137d3
parent03cd4fd620bdfc33ea25f2f7504f0d49c7dd1f9e
USB: uas: give the error handler the correct name

A UAS device can in principle contain multiple busses.
A reset on the USB level will reset them all. We
cannot reset a single bus.
In practical terms this does not matter, as only
one method of reset is implemented, but we should
not lie.

Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link: https://patch.msgid.link/20260312123435.2015029-1-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/uas.c