aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorSarah Sharp <sarah.a.sharp@linux.intel.com>2010-06-07 09:11:33 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-10 14:35:34 -0700
commit202380d913d4bf219fdb070b90368cf0275e7b06 (patch)
tree255ee56ac4d0cb23eb533c1d1c7ab2f9e4a608a1 /drivers/usb/host
parentUSB: speedtouch: fixed more brace and spacing coding style issues (diff)
downloadlinux-dev-202380d913d4bf219fdb070b90368cf0275e7b06.tar.xz
linux-dev-202380d913d4bf219fdb070b90368cf0275e7b06.zip
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>
Diffstat (limited to 'drivers/usb/host')
-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 3998f72cd0c4..343f1047f5d0 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)