RE: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-06 Thread Doug Smythies
On 2106.03.06 08:13 Joe Perches wrote: > On Wed, 2016-04-06 at 07:51 -0700, Doug Smythies wrote: >> On 2016.04.05 02:44 Srinivas Pandruvada wrote: >>> On Tue, 2016-04-05 at 13:28 -0700, Joe Perches wrote: > The more common kernel mechanism to prefix messages > is using a pr_fmt define like: > >

RE: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-06 Thread Doug Smythies
On 2106.03.06 08:13 Joe Perches wrote: > On Wed, 2016-04-06 at 07:51 -0700, Doug Smythies wrote: >> On 2016.04.05 02:44 Srinivas Pandruvada wrote: >>> On Tue, 2016-04-05 at 13:28 -0700, Joe Perches wrote: > The more common kernel mechanism to prefix messages > is using a pr_fmt define like: > >

Re: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-06 Thread Joe Perches
On Wed, 2016-04-06 at 07:51 -0700, Doug Smythies wrote: > On 2016.04.05 02:44 Srinivas Pandruvada wrote: > > > > On Tue, 2016-04-05 at 13:28 -0700, Joe Perches wrote: > > > > > > Prefix the output using the more common kernel style. > > > > > > Signed-off-by: Joe Perches > >

Re: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-06 Thread Joe Perches
On Wed, 2016-04-06 at 07:51 -0700, Doug Smythies wrote: > On 2016.04.05 02:44 Srinivas Pandruvada wrote: > > > > On Tue, 2016-04-05 at 13:28 -0700, Joe Perches wrote: > > > > > > Prefix the output using the more common kernel style. > > > > > > Signed-off-by: Joe Perches > > Acked-by: Srinivas

Re: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-06 Thread Viresh Kumar
On 06-04-16, 07:51, Doug Smythies wrote: > On 2016.04.05 02:44 Srinivas Pandruvada wrote: > > On Tue, 2016-04-05 at 13:28 -0700, Joe Perches wrote: > >> Prefix the output using the more common kernel style. > >> > >> Signed-off-by: Joe Perches > > Acked-by: Srinivas Pandruvada

Re: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-06 Thread Viresh Kumar
On 06-04-16, 07:51, Doug Smythies wrote: > On 2016.04.05 02:44 Srinivas Pandruvada wrote: > > On Tue, 2016-04-05 at 13:28 -0700, Joe Perches wrote: > >> Prefix the output using the more common kernel style. > >> > >> Signed-off-by: Joe Perches > > Acked-by: Srinivas Pandruvada > >> --- > >>

RE: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-06 Thread Doug Smythies
On 2016.04.05 02:44 Srinivas Pandruvada wrote: > On Tue, 2016-04-05 at 13:28 -0700, Joe Perches wrote: >> Prefix the output using the more common kernel style. >> >> Signed-off-by: Joe Perches > Acked-by: Srinivas Pandruvada >> --- >>

RE: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-06 Thread Doug Smythies
On 2016.04.05 02:44 Srinivas Pandruvada wrote: > On Tue, 2016-04-05 at 13:28 -0700, Joe Perches wrote: >> Prefix the output using the more common kernel style. >> >> Signed-off-by: Joe Perches > Acked-by: Srinivas Pandruvada >> --- >> drivers/cpufreq/intel_pstate.c | 18 ++ >>

Re: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-06 Thread Viresh Kumar
On 05-04-16, 13:28, Joe Perches wrote: > Prefix the output using the more common kernel style. > > Signed-off-by: Joe Perches > --- > drivers/cpufreq/intel_pstate.c | 18 ++ > 1 file changed, 10 insertions(+), 8 deletions(-) Acked-by: Viresh Kumar

Re: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-06 Thread Viresh Kumar
On 05-04-16, 13:28, Joe Perches wrote: > Prefix the output using the more common kernel style. > > Signed-off-by: Joe Perches > --- > drivers/cpufreq/intel_pstate.c | 18 ++ > 1 file changed, 10 insertions(+), 8 deletions(-) Acked-by: Viresh Kumar -- viresh

Re: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-05 Thread Srinivas Pandruvada
On Tue, 2016-04-05 at 13:28 -0700, Joe Perches wrote: > Prefix the output using the more common kernel style. > > Signed-off-by: Joe Perches Acked-by: Srinivas Pandruvada > --- >  drivers/cpufreq/intel_pstate.c | 18 ++ >  1

Re: [PATCH 1/3] intel_pstate: Use pr_fmt

2016-04-05 Thread Srinivas Pandruvada
On Tue, 2016-04-05 at 13:28 -0700, Joe Perches wrote: > Prefix the output using the more common kernel style. > > Signed-off-by: Joe Perches Acked-by: Srinivas Pandruvada > --- >  drivers/cpufreq/intel_pstate.c | 18 ++ >  1 file changed, 10 insertions(+), 8 deletions(-) > >