Re: [PATCH V2 3/3] lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debug

2014-05-29 Thread Josh Triplett
On Thu, May 29, 2014 at 09:25:32AM +0200, Fabian Frederick wrote: > Direct conversion of one KERN_DEBUG message without DEBUG definition > (suggested by Josh Triplett) > > That message will now be disabled by default. > (see Documentation/CodingStyle Chapter 13) > > Cc: Josh Triplett > Cc: Andre

[PATCH V2 3/3] lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debug

2014-05-29 Thread Fabian Frederick
Direct conversion of one KERN_DEBUG message without DEBUG definition (suggested by Josh Triplett) That message will now be disabled by default. (see Documentation/CodingStyle Chapter 13) Cc: Josh Triplett Cc: Andrew Morton Signed-off-by: Fabian Frederick --- lib/debugobjects.c | 4 ++-- 1 fil