Re: [PATCH 08/18] thermal: exynos: make ->tmu_initialize method void

2018-04-30 Thread Daniel Lezcano
On Thu, Apr 26, 2018 at 01:51:23PM +0200, Bartlomiej Zolnierkiewicz wrote: > All implementations of ->tmu_initialize always return 0 so make > the method void and convert all implementations accordingly. > > There should be no functional changes caused by this patch. > > Signed-off-by:

Re: [PATCH 08/18] thermal: exynos: make ->tmu_initialize method void

2018-04-30 Thread Daniel Lezcano
On Thu, Apr 26, 2018 at 01:51:23PM +0200, Bartlomiej Zolnierkiewicz wrote: > All implementations of ->tmu_initialize always return 0 so make > the method void and convert all implementations accordingly. > > There should be no functional changes caused by this patch. > > Signed-off-by:

[PATCH 08/18] thermal: exynos: make ->tmu_initialize method void

2018-04-26 Thread Bartlomiej Zolnierkiewicz
All implementations of ->tmu_initialize always return 0 so make the method void and convert all implementations accordingly. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/samsung/exynos_tmu.c |

[PATCH 08/18] thermal: exynos: make ->tmu_initialize method void

2018-04-26 Thread Bartlomiej Zolnierkiewicz
All implementations of ->tmu_initialize always return 0 so make the method void and convert all implementations accordingly. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/samsung/exynos_tmu.c | 28