projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b66761
)
drivers: thermal: silence enum-conversion warnings
author
Michael Benedict
<michaelbt@live.com>
Mon, 3 Jun 2019 11:28:29 +0000
(21:28 +1000)
committer
Michael Benedict
<michaelbt@live.com>
Sat, 31 Aug 2019 15:08:54 +0000
(
01:08
+1000)
Signed-off-by: Michael Benedict <michaelbt@live.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 e8b2227082a61dd2b6c3ef6afa7c5fdf4ecf1d5c..ec3e4a7be3e988fc8a7bf6945fc832f1ec161f58 100644
(file)
--- a/
drivers/thermal/isp_cooling.c
+++ b/
drivers/thermal/isp_cooling.c
@@
-327,12
+327,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;