thermal/drivers/tsens: Don't hardcode sensor slope
authorAnsuel Smith <ansuelsmth@gmail.com>
Tue, 20 Apr 2021 18:33:35 +0000 (20:33 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 22 Apr 2021 12:08:50 +0000 (14:08 +0200)
commit9d51769b2e75bb33c56c8f9ee933eca2d92b375b
tree1776d8f0a750e68701b36305249b4db8d8a7a010
parenta5655d90cf508598b5f5bbccd911924cf8dc9060
thermal/drivers/tsens: Don't hardcode sensor slope

Function compute_intercept_slope hardcode the sensor slope to
SLOPE_DEFAULT. Change this and use the default value only if a slope is
not defined. This is needed for tsens VER_0 that has a hardcoded slope
table.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Reviewed-by: Thara Gopinath <thara.gopinath@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210420183343.2272-2-ansuelsmth@gmail.com
drivers/thermal/qcom/tsens.c