diff options
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | 2010-06-07 09:11:33 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-08-10 14:35:34 -0700 |
commit | 202380d913d4bf219fdb070b90368cf0275e7b06 (patch) | |
tree | 255ee56ac4d0cb23eb533c1d1c7ab2f9e4a608a1 /drivers/usb/host | |
parent | 9196cc7bb46bece079398c9846050e8c8dc9235c (diff) | |
download | linux-3.10-202380d913d4bf219fdb070b90368cf0275e7b06.tar.gz linux-3.10-202380d913d4bf219fdb070b90368cf0275e7b06.tar.bz2 linux-3.10-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index 3998f72cd0c..343f1047f5d 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) |