]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xhci: replace xhci_info() with xhci_dbg()
authorXenia Ragiadakou <burzalodowa@gmail.com>
Tue, 2 Jul 2013 14:49:25 +0000 (17:49 +0300)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Tue, 13 Aug 2013 23:05:33 +0000 (16:05 -0700)
commit38a532a621ad8533d8839ef0ff8bd15dc08b8eab
treeb7df286b308fb43b3ec2a4214dd15c424d1095ef
parent1fe6c4524f765734d376c39d0f41e25519f6235d
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 <burzalodowa@gmail.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci.c
drivers/usb/host/xhci.h