thermal: exynos: make ->tmu_initialize method void
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Thu, 26 Apr 2018 11:51:23 +0000 (13:51 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Sun, 6 May 2018 23:22:13 +0000 (16:22 -0700)
commitc35268f589d545fb4da5f4231fdc6c523a3724d3
tree37e8f0808f150fd77c2f0a5fc1e582725e935532
parent0a79ba5290eaeb0eeae0fc6f5add9cbbc76e69a9
thermal: exynos: make ->tmu_initialize method void

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 <b.zolnierkie@samsung.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/samsung/exynos_tmu.c