From: Xenia Ragiadakou Date: Tue, 2 Jul 2013 14:49:25 +0000 (+0300) Subject: xhci: replace xhci_info() with xhci_dbg() X-Git-Tag: v3.12-rc1~186^2~42^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a532a621ad8533d8839ef0ff8bd15dc08b8eab;p=pandora-kernel.git xhci: replace xhci_info() with xhci_dbg() This patch replaces the calls to xhci_info() with calls to xhci_dbg() and removes the unused xhci_info() definition from xhci-hcd. By replacing the xhci_info() with xhci_dbg(), the calls to dev_info() are replaced with calls to dev_dbg() so that their output can be dynamically controlled via the dynamic debugging mechanism. Signed-off-by: Xenia Ragiadakou Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed