Re: [PATCH 03/18] thermal: exynos: always check for critical trip points existence

From: Daniel Lezcano
Date: Mon Apr 30 2018 - 10:45:03 EST


On Thu, Apr 26, 2018 at 01:51:18PM +0200, Bartlomiej Zolnierkiewicz wrote:
> * Check for critical trip point existence in exynos_tmu_initialize()
> so it is checked on all SoCs (except Exynos5433 for now).

Why "except Exynos5433" ?

> * Use dev_err() instead of pr_err().
>
> * Fix dev_err() to reference "device tree" not "of-thermal.c".
>
> * Remove no longer needed check from exynos4412_tmu_initialize().
>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx>
> ---