From: Andiry Xu Date: Mon, 20 Dec 2010 09:12:24 +0000 (+0800) Subject: xHCI: replace dev_dbg() with xhci_dbg() X-Git-Tag: v2.6.38-rc3~7^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2c565e223af39ed38be5c84b1a37b591b22db83;p=pandora-kernel.git 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 Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed