From: Hyeonseong Gil Date: Thu, 10 Nov 2016 02:01:37 +0000 (+0900) Subject: [COMMON] thermal: samsung: type definition changed X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=423430990991c5acdd2c28560935f19fb7dd4489;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] thermal: samsung: type definition changed Change-Id: I12d747460c3759c0a5d980ffc0bd99abde15e6b7 Signed-off-by: Hyeonseong Gil --- 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; }; /**