commit | c9933a4439b57f404d7809445e6e43c8f1bbf7e4 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Fri Nov 19 14:24:18 2021 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed Jul 13 08:38:18 2022 -0700 |
tree | 2ed811b77df957a7027c1a25992349e44af61d71 | |
parent | 3c1ecccbbc1389773c32fc56910cf23512fccfcd [diff] |
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>