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:
2f8386c
)
[COMMON] thermal: fix build error
author
Eunseok Choi
<es10.choi@samsung.com>
Mon, 5 Feb 2018 14:52:35 +0000
(23:52 +0900)
committer
Chungwoo Park
<cww.park@samsung.com>
Mon, 21 May 2018 08:22:24 +0000
(17:22 +0900)
rename gpufreq_dev as gpufreq_cdev
Change-Id: Ie26d7122fdbbe9834eb05c1d40bec1c9381f9b61
Signed-off-by: Eunseok Choi <es10.choi@samsung.com>
drivers/thermal/gpu_cooling.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/thermal/gpu_cooling.c
b/drivers/thermal/gpu_cooling.c
index 514a2a2fcfd22b2a4c556c7a137cff15f9280fdb..37b605d6d32f0aaacaab21d8f75f110314d21d91 100644
(file)
--- a/
drivers/thermal/gpu_cooling.c
+++ b/
drivers/thermal/gpu_cooling.c
@@
-870,7
+870,7
@@
__gpufreq_cooling_register(struct device_node *np,
if (ret)
return ERR_PTR(ret);
- ret = build_static_power_table(gpufreq_dev);
+ ret = build_static_power_table(gpufreq_
c
dev);
if (ret)
return ERR_PTR(ret);
}