Re: [PATCH] thermal: Rearrange thermal_zone_device_set_polling()

2020-11-05 Thread Daniel Lezcano
On 05/11/2020 10:13, Viresh Kumar wrote: > Rearrange thermal_zone_device_set_polling() to make it more readable and > reduce duplicate code. > > Signed-off-by: Viresh Kumar > --- Hi Viresh, I have a series where this function is reworked and conflicts with your changes. The delay is converted

Re: [PATCH] thermal: Rearrange thermal_zone_device_set_polling()

2020-11-05 Thread Viresh Kumar
On 05-11-20, 12:32, Daniel Lezcano wrote: > On 05/11/2020 10:13, Viresh Kumar wrote: > > Rearrange thermal_zone_device_set_polling() to make it more readable and > > reduce duplicate code. > > > > Signed-off-by: Viresh Kumar > > --- > > Hi Viresh, > > I have a series where this function is

[PATCH] thermal: Rearrange thermal_zone_device_set_polling()

2020-11-05 Thread Viresh Kumar
Rearrange thermal_zone_device_set_polling() to make it more readable and reduce duplicate code. Signed-off-by: Viresh Kumar --- drivers/thermal/thermal_core.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/drivers/thermal/thermal_core.c