]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6271ef713b04c3f65fc3d50d4b30224ea027fb64
tree4069175c9592340023f80e6834d8e2aa59b27f65
parentb8118c22b4b3932986b4833bd57c61aebf05f3c7
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