Re: [PATCH] intel_idle: Use more common logging style

2017-06-12 Thread Jacob Pan
On Fri, 9 Jun 2017 12:29:20 -0700 Joe Perches wrote: > Remove #define PREFIX and add #define pr_fmt to use more common > logging. > > Miscellanea: > > o Add missing newline to format > o Convert a single printk without KERN_ to pr_info > > Signed-off-by: Joe Perches

Re: [PATCH] intel_idle: Use more common logging style

2017-06-12 Thread Jacob Pan
On Fri, 9 Jun 2017 12:29:20 -0700 Joe Perches wrote: > Remove #define PREFIX and add #define pr_fmt to use more common > logging. > > Miscellanea: > > o Add missing newline to format > o Convert a single printk without KERN_ to pr_info > > Signed-off-by: Joe Perches Acked-by: Jacob Pan

Re: [PATCH] intel_idle: Use more common logging style

2017-06-09 Thread Andy Shevchenko
On Fri, Jun 9, 2017 at 10:29 PM, Joe Perches wrote: > Remove #define PREFIX and add #define pr_fmt to use more common logging. > > Miscellanea: > > o Add missing newline to format > o Convert a single printk without KERN_ to pr_info > FWIW, Reviewed-by: Andy Shevchenko

Re: [PATCH] intel_idle: Use more common logging style

2017-06-09 Thread Andy Shevchenko
On Fri, Jun 9, 2017 at 10:29 PM, Joe Perches wrote: > Remove #define PREFIX and add #define pr_fmt to use more common logging. > > Miscellanea: > > o Add missing newline to format > o Convert a single printk without KERN_ to pr_info > FWIW, Reviewed-by: Andy Shevchenko > Signed-off-by: Joe

[PATCH] intel_idle: Use more common logging style

2017-06-09 Thread Joe Perches
Remove #define PREFIX and add #define pr_fmt to use more common logging. Miscellanea: o Add missing newline to format o Convert a single printk without KERN_ to pr_info Signed-off-by: Joe Perches --- drivers/idle/intel_idle.c | 32 1 file

[PATCH] intel_idle: Use more common logging style

2017-06-09 Thread Joe Perches
Remove #define PREFIX and add #define pr_fmt to use more common logging. Miscellanea: o Add missing newline to format o Convert a single printk without KERN_ to pr_info Signed-off-by: Joe Perches --- drivers/idle/intel_idle.c | 32 1 file changed, 16