[COMMON] thermal: isp_cooling: match enum type
authorHyeonseong Gil <hs.gil@samsung.com>
Fri, 23 Mar 2018 07:50:37 +0000 (16:50 +0900)
committerChungwoo 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

index 7978fcd72b11e597c10e3e11f5e30af16373a030..a0d2754977a01f1d1d356c1b76a340475ba51301 100644 (file)
@@ -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;