From: Bartlomiej Zolnierkiewicz Date: Thu, 13 Nov 2014 15:01:08 +0000 (+0100) Subject: thermal: exynos: replace threshold_falling check by Exynos SoC type one X-Git-Tag: omap-for-v3.19/fixes-rc1~53^2^2^2^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f146296c6a166b9ba3d810a6a53cb5df6a5b4f;p=pandora-kernel.git thermal: exynos: replace threshold_falling check by Exynos SoC type one Replace pdata->threshold_falling check for non-zero value in exynos_tmu_initialize() by an explicit check for a SoC type (all SoC types except Exynos5440 have pdata->threshold_falling assigned to non-zero value in their struct exynos_tmu_registers instances). This is a preparation for introducing per-SoC type tmu_initialize method. There should be no functional changes caused by this patch. Cc: Amit Daniel Kachhap Cc: Lukasz Majewski Cc: Eduardo Valentin Cc: Zhang Rui Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Kyungmin Park Tested-by: Lukasz Majewski Signed-off-by: Eduardo Valentin --- Reading git-diff-tree failed