From: Bartlomiej Zolnierkiewicz Date: Thu, 13 Nov 2014 15:01:02 +0000 (+0100) Subject: thermal: exynos: remove needless therm_trip_en_shift abstraction X-Git-Tag: omap-for-v3.19/fixes-rc1~53^2^2^2^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a37a92ca18e4385bfcca9f2762d39fe83110b9;p=pandora-kernel.git thermal: exynos: remove needless therm_trip_en_shift abstraction reg->therm_trip_en_shift is used only in exynos_tmu_initialize() and not accessed on Exynos4210 (also reg->therm_trip_en_shift is not even assigned in exynos4210_tmu_registers but it is assigned to identical value for all other SoC types) so the register 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