USB: xhci: Remove obsolete debugging printk.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 7 Jun 2010 16:11:33 +0000 (09:11 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:34 +0000 (14:35 -0700)
When code to manipulate the command register was refactored from
xhci_run() to xhci_start(), a debugging statement was left behind that no
longer applies.  Remove that statement.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Reported-by: Sergei Shtylyov <sshtylyov@mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/xhci.c

index 3998f72..343f104 100644 (file)
@@ -495,7 +495,6 @@ int xhci_run(struct usb_hcd *hcd)
                return -ENODEV;
        }
 
-       xhci_dbg(xhci, "// @%p = 0x%x\n", &xhci->op_regs->command, temp);
        if (doorbell)
                (*doorbell)(xhci);
        if (xhci->quirks & XHCI_NEC_HOST)