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:
6c2581c
)
[COMMON] thermal: isp_cooling: match enum type
author
Hyeonseong Gil
<hs.gil@samsung.com>
Fri, 23 Mar 2018 07:50:37 +0000
(16:50 +0900)
committer
Chungwoo Park
<cww.park@samsung.com>
Mon, 21 May 2018 08:22:29 +0000
(17:22 +0900)
Change-Id: I2ab0d7d554167d7d3cfcf4d60fc23f69fee306e4
Signed-off-by: Hyeonseong Gil <hs.gil@samsung.com>
drivers/thermal/isp_cooling.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/thermal/isp_cooling.c
b/drivers/thermal/isp_cooling.c
index 7978fcd72b11e597c10e3e11f5e30af16373a030..a0d2754977a01f1d1d356c1b76a340475ba51301 100644
(file)
--- a/
drivers/thermal/isp_cooling.c
+++ b/
drivers/thermal/isp_cooling.c
@@
-333,12
+333,12
@@
static int isp_set_cur_state(struct thermal_cooling_device *cdev,
return isp_apply_cooling(isp_device, state);
}
-static enum
tmu
_noti_state_t isp_tstate = ISP_COLD;
+static enum
isp
_noti_state_t isp_tstate = ISP_COLD;
static int isp_set_cur_temp(struct thermal_cooling_device *cdev,
bool suspended, int temp)
{
- enum
tmu
_noti_state_t tstate;
+ enum
isp
_noti_state_t tstate;
if (suspended || temp < EXYNOS_COLD_TEMP)
tstate = ISP_COLD;