Re: [PATCH 04/17] thermal: cpu_cooling: replace cool_dev with cdev

2017-04-11 Thread Eduardo Valentin
On Thu, Mar 16, 2017 at 10:59:39AM +0530, Viresh Kumar wrote: > Objects of "struct thermal_cooling_device" are named a bit > inconsistently. Lets use cdev everywhere. In this case, cpufreq_cdev is best option on patch 3. Too bad we lost the "cool" dev here :-) > > Signed-off-by: Viresh Kumar >

[PATCH 04/17] thermal: cpu_cooling: replace cool_dev with cdev

2017-03-15 Thread Viresh Kumar
Objects of "struct thermal_cooling_device" are named a bit inconsistently. Lets use cdev everywhere. Signed-off-by: Viresh Kumar --- drivers/thermal/cpu_cooling.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/thermal/cpu_coolin