hwmon: (adt7470) Create functions for updating readings and limits
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Mon, 19 Oct 2020 22:34:22 +0000 (11:34 +1300)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 3 Dec 2020 01:42:23 +0000 (17:42 -0800)
commitad00a02e34b481396938c5fa62ee642bff7fbb08
treeaab1ec90f95e786dab3c0ec6c75ce3fc73e8e35e
parent92bc2e1f82afa2e456d7416598ffdf3dbf267835
hwmon: (adt7470) Create functions for updating readings and limits

Split the body of adt7470_update_device() into two helper functions
adt7470_update_sensors() and adt7470_update_limits(). Although neither
of the new helpers returns an error yet lay the groundwork for
propagating failures through to the sysfs readers.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Link: https://lore.kernel.org/r/20201019223423.31488-2-chris.packham@alliedtelesis.co.nz
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/adt7470.c