diff options
author | 2013-07-02 17:49:26 +0300 | |
---|---|---|
committer | 2013-08-13 16:05:34 -0700 | |
commit | 5c1127d320e02fccebf10ec3d8bce13317bb4d3c (patch) | |
tree | 05f591e9b9a0a66f8c0096052a24a110f55e5e0e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xhci: replace xhci_info() with xhci_dbg() (diff) | |
download | linux-dev-5c1127d320e02fccebf10ec3d8bce13317bb4d3c.tar.xz linux-dev-5c1127d320e02fccebf10ec3d8bce13317bb4d3c.zip |
xhci: replace printk(KERN_DEBUG ...)
This patch replaces the calls to printk(KERN_DEBUG ...)
with either calls to xhci_dbg() or calls to pr_debug(),
depending on whether the xhci_hcd structure is available
at callsite, so that the correspoding debugging messages
are not enabled by default when CONFIG_DYNAMIC_DEBUG option
is set but rather can be enabled dynamically taking advantage
of the dynamic debugging feature.
Also, it adds a newline at the end of debugging messages in
case there is not, so that messages don't appear broken
when printed.
Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions