Re: [PATCH 1/4] lib/debugobjects.c: convert printk to pr_foo()

2014-05-27 Thread Josh Triplett
On Tue, May 27, 2014 at 04:25:54PM +0200, Fabian Frederick wrote: > On Sat, 24 May 2014 20:40:43 -0700 > Josh Triplett wrote: > > > On Sun, May 25, 2014 at 05:18:36AM +0200, Fabian Frederick wrote: > > > On Sat, 24 May 2014 14:53:22 -0700 > > > Josh Triplett wrote: > > > > > > > On Sat, May 24,

Re: [PATCH 1/4] lib/debugobjects.c: convert printk to pr_foo()

2014-05-27 Thread Fabian Frederick
On Sat, 24 May 2014 20:40:43 -0700 Josh Triplett wrote: > On Sun, May 25, 2014 at 05:18:36AM +0200, Fabian Frederick wrote: > > On Sat, 24 May 2014 14:53:22 -0700 > > Josh Triplett wrote: > > > > > On Sat, May 24, 2014 at 03:06:08PM +0200, Fabian Frederick wrote: > > > > Convert all except KERN

Re: [PATCH 1/4] lib/debugobjects.c: convert printk to pr_foo()

2014-05-24 Thread Josh Triplett
On Sun, May 25, 2014 at 05:18:36AM +0200, Fabian Frederick wrote: > On Sat, 24 May 2014 14:53:22 -0700 > Josh Triplett wrote: > > > On Sat, May 24, 2014 at 03:06:08PM +0200, Fabian Frederick wrote: > > > Convert all except KERN_DEBUG > > > > Why not KERN_DEBUG? > printk(KERN_DEBUG can't be conve

Re: [PATCH 1/4] lib/debugobjects.c: convert printk to pr_foo()

2014-05-24 Thread Fabian Frederick
On Sat, 24 May 2014 14:53:22 -0700 Josh Triplett wrote: > On Sat, May 24, 2014 at 03:06:08PM +0200, Fabian Frederick wrote: > > Convert all except KERN_DEBUG > > Why not KERN_DEBUG? printk(KERN_DEBUG can't be converted to pr_debug the same way as other printk. -- To unsubscribe from this list: s

Re: [PATCH 1/4] lib/debugobjects.c: convert printk to pr_foo()

2014-05-24 Thread Josh Triplett
On Sat, May 24, 2014 at 03:06:08PM +0200, Fabian Frederick wrote: > Convert all except KERN_DEBUG Why not KERN_DEBUG? > Cc: Josh Triplett > Cc: Andrew Morton > Signed-off-by: Fabian Frederick Reviewed-by: Josh Triplett > lib/debugobjects.c | 12 +--- > 1 file changed, 5 insertions(