]> git.baikalelectronics.ru Git - kernel.git/commit
thermal: stm32: Fix stm_thermal_read_factory_settings
authorDavid HERNANDEZ SANCHEZ <david.hernandezsanchez@st.com>
Thu, 6 Dec 2018 13:23:32 +0000 (13:23 +0000)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 11 Dec 2018 04:15:28 +0000 (20:15 -0800)
commit7dbb7e7e155718b7126701b6e85ead7006060ffb
treed59ad886e8fbfc354fd9dfedbf9bea5b160c5b42
parentccefe682ecab5505060b48ff83beb99ee9fa737a
thermal: stm32: Fix stm_thermal_read_factory_settings

Adding brackets allows to multiply the register value,
masked by TS1_RAMP_COEFF_MASK, by an ADJUST value
properly and not to multiply ADJUST by register value and
then mask the whole.

Fixes: c3bc7e7a ("thermal: add stm32 thermal driver")
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: David Hernandez Sanchez <david.hernandezsanchez@st.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/st/stm_thermal.c