From: Sarah Sharp Date: Mon, 7 Jun 2010 16:11:33 +0000 (-0700) Subject: USB: xhci: Remove obsolete debugging printk. X-Git-Tag: v2.6.36-rc1~293^2~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=202380d913d4bf219fdb070b90368cf0275e7b06;p=platform%2Fkernel%2Flinux-3.10.git 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 Reported-by: Sergei Shtylyov Signed-off-by: Greg Kroah-Hartman --- 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)