commit | d1826f2a3d64f76b18e9ac4a6874c5db5be24750 | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Wed Jun 04 16:12:13 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 04 16:54:21 2014 -0700 |
tree | 7b69ceda50439632f982611f94e39998533b2526 | |
parent | f403d1dbac6d1ef28f553f3996d5bb5cea90ce15 [diff] |
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 <fabf@skynet.be> Cc: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>