xhci: show fault reason for a failed enable slot command
authorMathias Nyman <mathias.nyman@linux.intel.com>
Wed, 21 Sep 2022 12:34:48 +0000 (15:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Sep 2022 13:52:29 +0000 (15:52 +0200)
commite11487f1f6a61be48b080ce2edbe3785759dfc7b
tree30d0e8584072ddf18468288841945d11e4920d78
parent484d6f7aa3283d082c87654b7fe7a7f725423dfb
xhci: show fault reason for a failed enable slot command

Show the completion code of a unsuccessful "enable slot" command.
Add it in a human readable form to the existing error message.

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