projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77ea7c3
)
[COMMON] thermal: cpu_cooling: Change debug from ess to dss.
author
Chungwoo Park
<cww.park@samsung.com>
Tue, 15 May 2018 10:51:36 +0000
(19:51 +0900)
committer
Chungwoo Park
<cww.park@samsung.com>
Mon, 21 May 2018 08:37:41 +0000
(17:37 +0900)
Change-Id: I4e56b1fd9d856117b54ebb061d78a284d367b119
Signed-off-by: Chungwoo Park <cww.park@samsung.com>
drivers/thermal/cpu_cooling.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/thermal/cpu_cooling.c
b/drivers/thermal/cpu_cooling.c
index 066bb6926e89cbf88cbd0f4396aa8624e3000382..053e2f2a76a53f31d0fa6f91acfcab2078971e09 100644
(file)
--- a/
drivers/thermal/cpu_cooling.c
+++ b/
drivers/thermal/cpu_cooling.c
@@
-31,7
+31,7
@@
#include <linux/slab.h>
#include <linux/cpu.h>
#include <linux/cpu_cooling.h>
-#include <linux/
exynos-ss
.h>
+#include <linux/
debug-snapshot
.h>
#include <trace/events/thermal.h>
@@
-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;
}