From: Chungwoo Park Date: Tue, 15 May 2018 10:51:36 +0000 (+0900) Subject: [COMMON] thermal: cpu_cooling: Change debug from ess to dss. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f5673ecd78a12eca4512e5fdb7b26d4bccd3871b;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] thermal: cpu_cooling: Change debug from ess to dss. Change-Id: I4e56b1fd9d856117b54ebb061d78a284d367b119 Signed-off-by: Chungwoo Park --- 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; }