From 9ea633e1ec27c7f5fa03fca9ab1932a8f779e08a Mon Sep 17 00:00:00 2001 From: "huan.biao" Date: Thu, 8 Feb 2018 15:21:25 +0800 Subject: [PATCH] thermal: G12A: update thermal driver PD#156734:fix build error. Change-Id: Iafa7c3a06d1c180ce69bcb58cc5c339c13fee65c Signed-off-by: huan.biao --- drivers/amlogic/thermal/meson_tsensor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/thermal/meson_tsensor.c b/drivers/amlogic/thermal/meson_tsensor.c index d08a5ea..d7cd459 100644 --- a/drivers/amlogic/thermal/meson_tsensor.c +++ b/drivers/amlogic/thermal/meson_tsensor.c @@ -246,7 +246,7 @@ static u32 temp_to_code(struct meson_tsensor_data *data, int temp, bool trend) reg_code = ((sensor_code >> 0x4) & R1P1_TS_TEMP_MASK) + TEMP_CAL; else - reg_code = ((sensor_code >> 0x4) & R1P1_TS_TEMP_MASK) + reg_code = ((sensor_code >> 0x4) & R1P1_TS_TEMP_MASK); break; default: pr_info("Cal_type not supported\n"); -- 2.7.4