summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Sharp <sarah.a.sharp@linux.intel.com>2010-06-07 16:11:33 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-10 21:35:34 (GMT)
commit202380d913d4bf219fdb070b90368cf0275e7b06 (patch)
tree255ee56ac4d0cb23eb533c1d1c7ab2f9e4a608a1
parent9196cc7bb46bece079398c9846050e8c8dc9235c (diff)
downloadlinux-fsl-qoriq-202380d913d4bf219fdb070b90368cf0275e7b06.tar.xz
USB: xhci: Remove obsolete debugging printk.
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>
-rw-r--r--drivers/usb/host/xhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
index 3998f72..343f104 100644
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
@@ -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)