From: huan.biao Date: Thu, 8 Feb 2018 07:21:25 +0000 (+0800) Subject: thermal: G12A: update thermal driver X-Git-Tag: khadas-vims-v0.9.6-release~2435 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ea633e1ec27c7f5fa03fca9ab1932a8f779e08a;p=platform%2Fkernel%2Flinux-amlogic.git thermal: G12A: update thermal driver PD#156734:fix build error. Change-Id: Iafa7c3a06d1c180ce69bcb58cc5c339c13fee65c Signed-off-by: huan.biao --- 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");