[COMMON] thermal: samsung: type definition changed
authorHyeonseong Gil <hs.gil@samsung.com>
Thu, 10 Nov 2016 02:01:37 +0000 (11:01 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:13:32 +0000 (17:13 +0900)
Change-Id: I12d747460c3759c0a5d980ffc0bd99abde15e6b7
Signed-off-by: Hyeonseong Gil <hs.gil@samsung.com>
drivers/thermal/samsung/exynos_tmu.h

index e92ed25063d396d3ac7ccb846db0ac67a92e08f6..d5142e2255f111433e81246410f01d14c35b0033 100644 (file)
@@ -103,8 +103,8 @@ static const char * const tz_zone_names[] = {
 struct sensor_info {
        u16 sensor_num;
        u16 cal_type;
-       u32 temp_error1;
-       u32 temp_error2;
+       u16 temp_error1;
+       u16 temp_error2;
 };
 
 /**