thermal: G12A: update thermal driver

PD#156734:fix build error.

Change-Id: Iafa7c3a06d1c180ce69bcb58cc5c339c13fee65c
Signed-off-by: huan.biao <huan.biao@amlogic.com>
This commit is contained in:
huan.biao
2018-02-08 15:21:25 +08:00
committed by Yixun Lan
parent 3e5d6cb230
commit 9ea633e1ec

View File

@@ -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");