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 <[email protected]> > ---

