xHCI: replace dev_dbg() with xhci_dbg()
authorAndiry Xu <andiry.xu@amd.com>
Mon, 20 Dec 2010 09:12:24 +0000 (17:12 +0800)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 14 Jan 2011 23:51:57 +0000 (15:51 -0800)
commitf2c565e223af39ed38be5c84b1a37b591b22db83
treea8231ade4b22f47772713207504f846b117404c7
parent50f7b52a83a893929edf87a89ebc081ff26a7b91
xHCI: replace dev_dbg() with xhci_dbg()

dev_dbg() is used to print ordinary transfer messages in xhci-ring.c.
System log messages will be flushed if CONFIG_USB_DEBUG is set. Replace the
dev_dbg() with xhci_dbg().

Signed-off-by: Andiry Xu <andiry.xu@amd.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-ring.c