]> git.infradead.org Git - users/hch/misc.git/commit
hwmon: (adt7470) Use multi-byte regmap operations
authorGuenter Roeck <linux@roeck-us.net>
Tue, 9 Jul 2024 14:16:43 +0000 (07:16 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 31 Jul 2024 17:43:51 +0000 (10:43 -0700)
commit381cfd63050ba601326f89519dff3114f894f590
tree7faba1a93d715150c4a0dbe9b2222dac921d532f
parent8400291e289ee6b2bf9779ff1c83a291501f017b
hwmon: (adt7470) Use multi-byte regmap operations

Use multi-byte regmap operations where possible to reduce code size
and the need for mutex protection.

No functional change.

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