Re: [PATCH 3/8] thermal/drivers/cpu_cooling: Remove pointless field

2018-01-30 Thread Viresh Kumar
On 23-01-18, 16:34, Daniel Lezcano wrote: > The structure cpufreq_cooling_device provides a backpointer to the thermal > device but this one is used for a trace and to unregister. For the trace, > we don't really need this field and the unregister function as the same > pointer passed as parameter.

[PATCH 3/8] thermal/drivers/cpu_cooling: Remove pointless field

2018-01-23 Thread Daniel Lezcano
The structure cpufreq_cooling_device provides a backpointer to the thermal device but this one is used for a trace and to unregister. For the trace, we don't really need this field and the unregister function as the same pointer passed as parameter. Remove it. Signed-off-by: Daniel Lezcano --- d