commit | 38a532a621ad8533d8839ef0ff8bd15dc08b8eab | [log] [tgz] |
---|---|---|
author | Xenia Ragiadakou <burzalodowa@gmail.com> | Tue Jul 02 17:49:25 2013 +0300 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Tue Aug 13 16:05:33 2013 -0700 |
tree | b7df286b308fb43b3ec2a4214dd15c424d1095ef | |
parent | 1fe6c4524f765734d376c39d0f41e25519f6235d [diff] |
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>