hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-X
authorJim Cromie <jim.cromie@gmail.com>
Sun, 14 Oct 2007 23:10:52 +0000 (17:10 -0600)
committerMark M. Hoffman <mhoffman@lightlink.com>
Thu, 8 Nov 2007 13:42:45 +0000 (08:42 -0500)
commitdf48ed804f44a040e990976b537efc1e133c74d8
tree8d3a0324b795cfebb7409db9a89960069de44bc5
parent38fb56a223be9ec860e69e723d32c95fd70ad0b8
hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-X

This hoists nr-1 offset out of (show|store)_temp_*(.*) callbacks, and into
SENSOR_DEVICE_ATTRs for sysfs tempN_X files.  It also combines
temp[1] and temp_add[2] (array) fields in w83627hf_data into 3 elem arrays,
which simplifies special-case handling of nr, allowing simplification
of callback bodies and rerolling a flattened loop in
w83627hf_update_device(struct device *dev).

The array conversion changes temp[1] from u8 to u16, but this was
happening implicitly via the helper functions anyway.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/w83627hf.c