Re: [PATCH] printk: pr_debug_ratelimited: check state first to reduce "callbacks suppressed" messages

2013-10-26 Thread Joe Perches
On Sat, 2013-10-26 at 20:01 +0100, Greg Kroah-Hartman wrote: > On Sat, Oct 26, 2013 at 11:52:02AM -0700, Joe Perches wrote: > > pr_debug_ratelimited should be coded similar to dev_dbg_ratelimited > > to reduce the "callbacks suppressed" messages. > > Signed-off-by: Joe Perches > Looks good, I'll q

Re: [PATCH] printk: pr_debug_ratelimited: check state first to reduce "callbacks suppressed" messages

2013-10-26 Thread Greg Kroah-Hartman
On Sat, Oct 26, 2013 at 11:52:02AM -0700, Joe Perches wrote: > pr_debug_ratelimited should be coded similar to dev_dbg_ratelimited > to reduce the "callbacks suppressed" messages. > > Signed-off-by: Joe Perches Looks good, I'll queue both of these up soon. greg k-h -- To unsubscribe from this l

[PATCH] printk: pr_debug_ratelimited: check state first to reduce "callbacks suppressed" messages

2013-10-26 Thread Joe Perches
pr_debug_ratelimited should be coded similar to dev_dbg_ratelimited to reduce the "callbacks suppressed" messages. Signed-off-by: Joe Perches --- On Sat, 2013-10-26 at 18:37 +0100, Greg Kroah-Hartman wrote: > On Sat, Oct 26, 2013 at 03:29:56PM +0200, Krzysztof Mazur wrote: > > Hi, > > > > commit