Re: [PATCH 08/14] cpufreq: cpu0: use dev_{err|warn|dbg} instead of pr_{err|warn|debug}

2014-07-09 Thread Santosh Shilimkar
On Tuesday 01 July 2014 12:32 PM, Viresh Kumar wrote: > We already have cpu_dev and is used at multiple places for printing errors > using > dev_*(). But some prints are still using pr_*(). Lets make it consistent and > replace those pr_*() macros with dev_*() macros. > > Signed-off-by: Viresh

Re: [PATCH 08/14] cpufreq: cpu0: use dev_{err|warn|dbg} instead of pr_{err|warn|debug}

2014-07-09 Thread Santosh Shilimkar
On Tuesday 01 July 2014 12:32 PM, Viresh Kumar wrote: We already have cpu_dev and is used at multiple places for printing errors using dev_*(). But some prints are still using pr_*(). Lets make it consistent and replace those pr_*() macros with dev_*() macros. Signed-off-by: Viresh Kumar

[PATCH 08/14] cpufreq: cpu0: use dev_{err|warn|dbg} instead of pr_{err|warn|debug}

2014-07-01 Thread Viresh Kumar
We already have cpu_dev and is used at multiple places for printing errors using dev_*(). But some prints are still using pr_*(). Lets make it consistent and replace those pr_*() macros with dev_*() macros. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq-cpu0.c | 32

[PATCH 08/14] cpufreq: cpu0: use dev_{err|warn|dbg} instead of pr_{err|warn|debug}

2014-07-01 Thread Viresh Kumar
We already have cpu_dev and is used at multiple places for printing errors using dev_*(). But some prints are still using pr_*(). Lets make it consistent and replace those pr_*() macros with dev_*() macros. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- drivers/cpufreq/cpufreq-cpu0.c |