]> git.ipfire.org Git - people/ms/linux.git/commit
hwmon: (lm90) Use single flag to indicate extended temperature support
authorGuenter Roeck <linux@roeck-us.net>
Mon, 22 Nov 2021 16:13:58 +0000 (08:13 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 13 Jul 2022 15:38:17 +0000 (08:38 -0700)
commitb977ed27c4dbbb65eb6c00a3bd89e5907d4c2042
tree2cbf4eedbcb4bcf8a93e65efe5e6439d02fc251c
parenta8ddcc5750a94527ceead3de59f1f6ebc3e58115
hwmon: (lm90) Use single flag to indicate extended temperature support

Since temperature conversion functions are now unified, there is no need
to keep "the chip supports a configurable extended temperature range" and
"the chip has extended temperature range enabled" flags separate.
Use a single flag instead to reflect both.

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