aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarah Sharp <sarah.a.sharp@linux.intel.com>2010-06-07 12:11:33 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-10 17:35:34 -0400
commit202380d913d4bf219fdb070b90368cf0275e7b06 (patch)
tree255ee56ac4d0cb23eb533c1d1c7ab2f9e4a608a1
parent9196cc7bb46bece079398c9846050e8c8dc9235c (diff)
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 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)
495 return -ENODEV; 495 return -ENODEV;
496 } 496 }
497 497
498 xhci_dbg(xhci, "// @%p = 0x%x\n", &xhci->op_regs->command, temp);
499 if (doorbell) 498 if (doorbell)
500 (*doorbell)(xhci); 499 (*doorbell)(xhci);
501 if (xhci->quirks & XHCI_NEC_HOST) 500 if (xhci->quirks & XHCI_NEC_HOST)