Searched hist:"6 b1fbbdebae2016fa8a7505021ff2924e75d9e82" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/thermal/samsung/ |
H A D | exynos_tmu.c | diff 6b1fbbdebae2016fa8a7505021ff2924e75d9e82 Thu Nov 13 16:00:58 CET 2014 Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> thermal: exynos: remove needless threshold_temp abstraction
reg->threshold_temp is used only in exynos_tmu_initialize() and is accessed only on Exynos4210 (other SoC types don't even have threshold_temp entry assigned in their struct exynos_tmu_registers instances) 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 <amit.daniel@samsung.com> Cc: Lukasz Majewski <l.majewski@samsung.com> Cc: Eduardo Valentin <edubezval@gmail.com> Cc: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Tested-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
|