Files
linux/lib
Dan Streetman 1812062790 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>
2014-06-04 16:54:18 -07:00
..
2014-05-24 07:28:01 +09:00
2012-10-06 03:04:57 +09:00
2014-04-07 16:36:07 -07:00
2012-10-09 16:22:40 +09:00
2014-06-04 16:53:57 -07:00
2013-06-18 13:48:45 +02:00
2012-07-30 17:25:16 -07:00
2014-06-04 16:53:57 -07:00
2013-04-29 18:28:42 -07:00
2014-04-03 16:21:07 -07:00