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)
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>

No differences found