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

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

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 j...@joshtriplett.org 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 j...@joshtriplett.org wrote: On Sat, May 24, 2014 at 03:06:08PM +0200, Fabian Frederick

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 j...@joshtriplett.org 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 j...@joshtriplett.org

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

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:

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

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

2014-05-24 Thread Fabian Frederick
Convert all except KERN_DEBUG Cc: Josh Triplett Cc: Andrew Morton Signed-off-by: Fabian Frederick --- lib/debugobjects.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/debugobjects.c b/lib/debugobjects.c index e0731c3..ea4c737 100644 ---

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

2014-05-24 Thread Fabian Frederick
Convert all except KERN_DEBUG Cc: Josh Triplett j...@joshtriplett.org Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- lib/debugobjects.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/debugobjects.c

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 j...@joshtriplett.org Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be Reviewed-by: Josh Triplett

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 j...@joshtriplett.org 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

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 j...@joshtriplett.org 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