mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-31 11:02:52 +07:00
xHCI: fix debug message
Fix the debug message in xhci_address_device(). Signed-off-by: Andiry Xu <andiry.xu@amd.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
7e393a834b
commit
cd68176abf
@ -3476,7 +3476,7 @@ int xhci_address_device(struct usb_hcd *hcd, struct usb_device *udev)
|
|||||||
* command on a timeout.
|
* command on a timeout.
|
||||||
*/
|
*/
|
||||||
if (timeleft <= 0) {
|
if (timeleft <= 0) {
|
||||||
xhci_warn(xhci, "%s while waiting for a slot\n",
|
xhci_warn(xhci, "%s while waiting for address device command\n",
|
||||||
timeleft == 0 ? "Timeout" : "Signal");
|
timeleft == 0 ? "Timeout" : "Signal");
|
||||||
/* FIXME cancel the address device command */
|
/* FIXME cancel the address device command */
|
||||||
return -ETIME;
|
return -ETIME;
|
||||||
|
Loading…
Reference in New Issue
Block a user