]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xhci: show correct U1 and U2 timeout values in debug messages
authorMathias Nyman <mathias.nyman@linux.intel.com>
Thu, 6 Mar 2025 14:49:40 +0000 (16:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Mar 2025 15:46:15 +0000 (16:46 +0100)
commitb020761e8cbf6c0bb14b12095a61e85f77c6b8b9
treeed9f0c5ab2097db60df100108bae24e3685e752a
parent811d22141369d572319ee3350ff8b40fa05850f8
xhci: show correct U1 and U2 timeout values in debug messages

U2 value is encoded in 256 microsecond intervals, show in microseconds.
U1 value is in microseconds. debug message incorrectly showed "ms"

Unwrap debug messages while we anyway modify them.

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