Re: [PATCH 2/5] thermal: exynos: cleanup of clk err check for exynos_tmu_work

2018-07-17 Thread Krzysztof Kozlowski
On 17 July 2018 at 22:08, Anand Moon wrote: > Hi Krzysztof, > > On 17 July 2018 at 17:54, Krzysztof Kozlowski wrote: >> On 17 July 2018 at 12:12, Anand Moon wrote: >>> cleanup err check in exynos_tmu_work as clk internal >>> framework will perform if clk is enable/disable >>> so drop the double

Re: [PATCH 2/5] thermal: exynos: cleanup of clk err check for exynos_tmu_work

2018-07-17 Thread Anand Moon
Hi Krzysztof, On 17 July 2018 at 17:54, Krzysztof Kozlowski wrote: > On 17 July 2018 at 12:12, Anand Moon wrote: >> cleanup err check in exynos_tmu_work as clk internal >> framework will perform if clk is enable/disable >> so drop the double check of IS_ERR and other such references. > > I do no

Re: [PATCH 2/5] thermal: exynos: cleanup of clk err check for exynos_tmu_work

2018-07-17 Thread Krzysztof Kozlowski
On 17 July 2018 at 12:12, Anand Moon wrote: > cleanup err check in exynos_tmu_work as clk internal > framework will perform if clk is enable/disable > so drop the double check of IS_ERR and other such references. I do not understand the statement. Clock framework will perform if clk is enable/dis