]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (lm90) Let lm90_read16() handle 8-bit read operations
authorGuenter Roeck <linux@roeck-us.net>
Fri, 19 Nov 2021 22:24:18 +0000 (14:24 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 13 Jul 2022 15:38:18 +0000 (08:38 -0700)
commit63a1d17d53730e4e574727e30c1070d2ec96635e
tree2ed811b77df957a7027c1a25992349e44af61d71
parenteede4d627bd46cdda9722aadbd7fc55e40392cd1
hwmon: (lm90) Let lm90_read16() handle 8-bit read operations

Simplify the code a bit by handling single-register read operations
in lm90_read16(). All we need to do is to skip the low-byte read
operation if the register address is 0.

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