Re: [PATCH V3] thermal: imx: Add missing of_node_put()

2020-05-23 Thread Daniel Lezcano
On 24/05/2020 05:26, Anson Huang wrote: > Gentle ping... It is applied, sorry for not letting you know. >> Subject: [PATCH V3] thermal: imx: Add missing of_node_put() >> >> After finishing using cpu node got from of_get_cpu_node(), of_node_put() >> needs to be called, the cpufreq policy also

RE: [PATCH V3] thermal: imx: Add missing of_node_put()

2020-05-23 Thread Anson Huang
Gentle ping... > Subject: [PATCH V3] thermal: imx: Add missing of_node_put() > > After finishing using cpu node got from of_get_cpu_node(), of_node_put() > needs to be called, the cpufreq policy also needs to be put unconditionally. > > Signed-off-by: Anson Huang > --- > Changes since V2: >