hwmon: (max6697) Use is_visible and sysfs_create_group
authorGuenter Roeck <linux@roeck-us.net>
Mon, 18 Mar 2013 13:40:16 +0000 (06:40 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 8 Apr 2013 04:16:41 +0000 (21:16 -0700)
commit6bf44cedab5918bee8e8fea8c7ad187996c8c874
tree4069175c9592340023f80e6834d8e2aa59b27f65
parent71bb2d211e47b9a04348149608629afc2742fee0
hwmon: (max6697) Use is_visible and sysfs_create_group

Simplify the code and reduce its size by using is_visible to determine
valid attributes, and sysfs_create_group to create all of them with
a single call.

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