]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: xhci: Don't log transfer ring segment list on errors
authorMichal Pecio <michal.pecio@gmail.com>
Thu, 15 May 2025 13:55:58 +0000 (16:55 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 May 2025 10:35:31 +0000 (12:35 +0200)
commit597f5c2f4128350bd5f549af6074417d296b4618
tree0f07c355251f613822d18b989dec130b67f95890
parent6381f9950440f78bc89b4384292a613e721f604e
usb: xhci: Don't log transfer ring segment list on errors

The error message above used to span two lines, rarely more. A recent
cleanup concentrated useful information from it in one line, but then
it added printing the list of all ring segments, which is even longer
than before. It provides no new information in usual cases and little
in unusual ones, but adds noise to the log. Drop it.

Signed-off-by: Michal Pecio <michal.pecio@gmail.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20250515135621.335595-2-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c