commit | 4b5be3c1738076284a1fb5aecbe3c960c6d9bb71 | [log] [tgz] |
---|---|---|
author | Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk> | Thu Aug 08 09:02:46 2019 +0100 |
committer | Guenter Roeck <linux@roeck-us.net> | Tue Sep 03 12:47:17 2019 -0700 |
tree | 00ee460bfd0069244192a4a08b6f2632eac62ba9 | |
parent | 7f1a300f8abd11593f61c21a550c30144046124d [diff] |
hwmon: (lm75) Modularize lm75_write and make hwmon_chip writable * Create two separate functions to write into hwmon_temp and hwmon_chip. * Call the functions from lm75_write. * Make hwm_chip writable if the chip supports more than one sample time. Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk> Link: https://lore.kernel.org/r/20190808080246.8371-5-iker.perez@codethink.co.uk Signed-off-by: Guenter Roeck <linux@roeck-us.net>