From: Dan Streetman Date: Wed, 4 Jun 2014 23:11:49 +0000 (-0700) Subject: lib/plist.c: replace pr_debug with printk in plist_test() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1812062790ab647e85821f21f2263f56eaeffc11;p=pandora-kernel.git 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 Reviewed-by: Steven Rostedt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed