From 423430990991c5acdd2c28560935f19fb7dd4489 Mon Sep 17 00:00:00 2001 From: Hyeonseong Gil Date: Thu, 10 Nov 2016 11:01:37 +0900 Subject: [PATCH] [COMMON] thermal: samsung: type definition changed Change-Id: I12d747460c3759c0a5d980ffc0bd99abde15e6b7 Signed-off-by: Hyeonseong Gil --- drivers/thermal/samsung/exynos_tmu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/thermal/samsung/exynos_tmu.h b/drivers/thermal/samsung/exynos_tmu.h index e92ed25063d3..d5142e2255f1 100644 --- a/drivers/thermal/samsung/exynos_tmu.h +++ b/drivers/thermal/samsung/exynos_tmu.h @@ -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; }; /** -- 2.20.1