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)
commit202380d913d4bf219fdb070b90368cf0275e7b06
tree255ee56ac4d0cb23eb533c1d1c7ab2f9e4a608a1
parent9196cc7bb46bece079398c9846050e8c8dc9235c
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