xHCI: fix debug message
authorAndiry Xu <andiry.xu@amd.com>
Fri, 23 Sep 2011 21:19:55 +0000 (14:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Sep 2011 22:51:11 +0000 (15:51 -0700)
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>
drivers/usb/host/xhci.c

index 4648cc0c5721a2eaef91eeff70b93ac7201c068f..7bf86774b1aa1c6b73e97cecbd7649e6e26c1287 100644 (file)
@@ -3476,7 +3476,7 @@ int xhci_address_device(struct usb_hcd *hcd, struct usb_device *udev)
         * command on a timeout.
         */
        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");
                /* FIXME cancel the address device command */
                return -ETIME;