hwmon: (ntc_thermistor) Use library interpolation
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 4 Jul 2021 22:20:14 +0000 (00:20 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 17 Aug 2021 21:54:25 +0000 (14:54 -0700)
commitbd56c1e9603a4c645fcafdef8df9b2b04125d406
tree712cf55092bd4acbd1cdf173b6b305c5757e40ec
parent02c9dce4df8dd23e67dac1074be732c65c0e67d8
hwmon: (ntc_thermistor) Use library interpolation

The kernel has a helper function for linear interpolation so
use it. It incidentally makes the code easier to read as well.

Tested on the ST-Ericsson HREFv60plus hardware reference design
with two thermistors forming a thermal zone.

Cc: Peter Rosin <peda@axentia.se>
Cc: Chris Lesiak <chris.lesiak@licor.com>
Cc: linux-iio@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210704222014.12058-1-linus.walleij@linaro.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ntc_thermistor.c