From: Fabian Frederick Date: Wed, 4 Jun 2014 23:12:13 +0000 (-0700) Subject: fs/efs: convert printk(KERN_DEBUG to pr_debug X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1826f2a3d64f76b18e9ac4a6874c5db5be24750;p=pandora-kernel.git fs/efs: convert printk(KERN_DEBUG to pr_debug All KERN_DEBUG callsites being under #ifdef DEBUG we can safely convert everything to pr_debug without changing current behaviour. Remove #ifdef DEBUG around pr_debugs only (suggested by Joe Perches) Signed-off-by: Fabian Frederick Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed