From f5673ecd78a12eca4512e5fdb7b26d4bccd3871b Mon Sep 17 00:00:00 2001 From: Chungwoo Park Date: Tue, 15 May 2018 19:51:36 +0900 Subject: [PATCH] [COMMON] thermal: cpu_cooling: Change debug from ess to dss. Change-Id: I4e56b1fd9d856117b54ebb061d78a284d367b119 Signed-off-by: Chungwoo Park --- drivers/thermal/cpu_cooling.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index 066bb6926e89..053e2f2a76a5 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include @@ -183,7 +183,7 @@ static int cpufreq_thermal_notifier(struct notifier_block *nb, if (policy->max > clipped_freq) { cpufreq_verify_within_limits(policy, 0, clipped_freq); - exynos_ss_thermal(NULL, 0, cpufreq_cdev->cdev->type, clipped_freq); + dbg_snapshot_thermal(NULL, 0, cpufreq_cdev->cdev->type, clipped_freq); } break; } -- 2.20.1