]> git.baikalelectronics.ru Git - kernel.git/commit
USB: xhci: Remove obsolete debugging printk.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 7 Jun 2010 16:11:33 +0000 (09:11 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:34 +0000 (14:35 -0700)
commita78212810d7a0010ad13a0f0e7604cbe0589e6c7
tree255ee56ac4d0cb23eb533c1d1c7ab2f9e4a608a1
parentc92376a662a7f56ea1352399efabe60813ffec09
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>
drivers/usb/host/xhci.c