]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (lm63) Create all sysfs groups in one call
authorGuenter Roeck <linux@roeck-us.net>
Fri, 4 Apr 2014 16:01:33 +0000 (18:01 +0200)
committerJean Delvare <jdelvare@suse.de>
Fri, 4 Apr 2014 16:01:33 +0000 (18:01 +0200)
commit1a8334dcfd2b6091719fc9000a7d2153ba7477b3
tree5b3cc60dcbdf289f8a09835cdbf06fdda3f7a9f9
parent21c81b68fc56464d2b524ddbcc338079e84c9294
hwmon: (lm63) Create all sysfs groups in one call

We can create all sysfs groups in one call by using sysfs_create_groups
instead of using sysfs_create_group individually for each group.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jean Delvare <jdelvare@suse.de>
drivers/hwmon/lm63.c