diff options
author | 2014-06-04 16:11:49 -0700 | |
---|---|---|
committer | 2014-06-04 16:54:18 -0700 | |
commit | 1812062790ab647e85821f21f2263f56eaeffc11 (patch) | |
tree | 11e76c1b8ceb17c4d639598d20388271edee9211 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | lib/xz: add comments for the intentionally missing break statements (diff) | |
download | linux-dev-1812062790ab647e85821f21f2263f56eaeffc11.tar.xz linux-dev-1812062790ab647e85821f21f2263f56eaeffc11.zip |
lib/plist.c: replace pr_debug with printk in plist_test()
Replace pr_debug() in lib/plist.c test function plist_test() with
printk(KERN_DEBUG ...).
Without DEBUG defined, pr_debug() is complied out, but the entire
plist_test() function is already inside CONFIG_DEBUG_PI_LIST, so printk
should just be used directly.
Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Reviewed-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions