hwmon: (lm83) Replace temperature conversion macros with standard functions
authorGuenter Roeck <linux@roeck-us.net>
Thu, 23 Dec 2021 03:03:04 +0000 (19:03 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 5 Feb 2022 18:01:33 +0000 (10:01 -0800)
commita507df46b21e35a5172fb106eee1c86ec700c4ef
treea6764d9d15c48c69ea1fba6ac5ed5e06747237e3
parenta166d8e6f5b7888cdbcfc7e564ef634397ebb6a9
hwmon: (lm83) Replace temperature conversion macros with standard functions

Replace TEMP_FROM_REG with direct calculation and TEMP_TO_REG
with standard functions/macros.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm83.c