From c80c29b5fca468127ae98926a30c654ebb4f1668 Mon Sep 17 00:00:00 2001 From: Chungwoo Park Date: Tue, 15 May 2018 17:30:20 +0900 Subject: [PATCH] [COMMON] thermal : Change debug from ess to dss. Change-Id: I21762b0b0d85b282830336d6e8085cc144afbbcd Signed-off-by: Chungwoo Park --- drivers/thermal/samsung/exynos_tmu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/samsung/exynos_tmu.c b/drivers/thermal/samsung/exynos_tmu.c index 58fd3771eee8..2d56cdd1742b 100644 --- a/drivers/thermal/samsung/exynos_tmu.c +++ b/drivers/thermal/samsung/exynos_tmu.c @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include #ifdef CONFIG_EXYNOS_MCINFO @@ -826,7 +826,7 @@ static int exynos_get_temp(void *p, int *temp) mutex_unlock(&thermal_suspend_lock); #endif - exynos_ss_thermal(data->pdata, *temp / 1000, data->tmu_name, 0); + dbg_snapshot_thermal(data->pdata, *temp / 1000, data->tmu_name, 0); #ifdef CONFIG_EXYNOS_MCINFO if (data->id == 0) { mcinfo_count = get_mcinfo_base_count(); @@ -840,7 +840,7 @@ static int exynos_get_temp(void *p, int *temp) } if (mcinfo_logging == 1) - exynos_ss_thermal(NULL, mcinfo_temp, "MCINFO", 0); + dbg_snapshot_thermal(NULL, mcinfo_temp, "MCINFO", 0); } #endif return 0; -- 2.20.1