Re: [PATCH 03/17] thermal: cpu_cooling: Replace cpufreq_device with cpufreq_dev

2017-04-11 Thread Viresh Kumar
On 11-04-17, 10:33, Eduardo Valentin wrote: > On Thu, Mar 16, 2017 at 10:59:38AM +0530, Viresh Kumar wrote: > > Objects of "struct cpufreq_cooling_device" are named a bit > > inconsistently. Lets use cpufreq_dev everywhere. > > > > Naming is always a matter of taste.. but I frankly cannot see how

Re: [PATCH 03/17] thermal: cpu_cooling: Replace cpufreq_device with cpufreq_dev

2017-04-11 Thread Eduardo Valentin
On Thu, Mar 16, 2017 at 10:59:38AM +0530, Viresh Kumar wrote: > Objects of "struct cpufreq_cooling_device" are named a bit > inconsistently. Lets use cpufreq_dev everywhere. > Naming is always a matter of taste.. but I frankly cannot see how this patch improves anything here. cpufreq_dev is still

[PATCH 03/17] thermal: cpu_cooling: Replace cpufreq_device with cpufreq_dev

2017-03-15 Thread Viresh Kumar
Objects of "struct cpufreq_cooling_device" are named a bit inconsistently. Lets use cpufreq_dev everywhere. Signed-off-by: Viresh Kumar --- drivers/thermal/cpu_cooling.c | 133 +- 1 file changed, 66 insertions(+), 67 deletions(-) diff --git a/drivers/ther