From: Bartlomiej Zolnierkiewicz Date: Thu, 13 Nov 2014 15:00:57 +0000 (+0100) Subject: thermal: exynos: remove needless tmu_status abstraction X-Git-Tag: omap-for-v3.19/fixes-rc1~53^2^2^2^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d022061cabe5b4967d9f5b65d2ce9c121aa458a;p=pandora-kernel.git thermal: exynos: remove needless tmu_status abstraction reg->tmu_status is used only in exynos_tmu_initialize() and it is accessed only if TMU_SUPPORT_READY_STATUS flag is set. This flag is not set for Exynos5440 and TMU_STATUS register offset is identical for all other SoC types so the abstraction is not needed and can be removed. 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