From: Krzysztof Kozlowski Date: Tue, 17 Jul 2018 15:46:17 +0000 (+0200) Subject: thermal: samsung: Remove Exynos5440 clock handling left-overs X-Git-Tag: v4.19-rc1~119^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0c04707033c71d0490a412b0a941d87011949a3;p=thirdparty%2Flinux.git thermal: samsung: Remove Exynos5440 clock handling left-overs Commit 8014220d48e7 ("thermal: samsung: Remove support for Exynos5440") removed the Exynos5440 specific part of code for accessing TMU interrupt registers but the surrounding clock handling was left. Clean it up. Signed-off-by: Krzysztof Kozlowski Acked-by: Bartlomiej Zolnierkiewicz Signed-off-by: Eduardo Valentin --- diff --git a/drivers/thermal/samsung/exynos_tmu.c b/drivers/thermal/samsung/exynos_tmu.c index a992e51ef0652..48eef552cba48 100644 --- a/drivers/thermal/samsung/exynos_tmu.c +++ b/drivers/thermal/samsung/exynos_tmu.c @@ -789,11 +789,6 @@ static void exynos_tmu_work(struct work_struct *work) struct exynos_tmu_data *data = container_of(work, struct exynos_tmu_data, irq_work); - if (!IS_ERR(data->clk_sec)) - clk_enable(data->clk_sec); - if (!IS_ERR(data->clk_sec)) - clk_disable(data->clk_sec); - thermal_zone_device_update(data->tzd, THERMAL_EVENT_UNSPECIFIED); mutex_lock(&data->lock);