]> 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)
commitcbad2038acd46c08535979a7768235454d061911
tree5b3cc60dcbdf289f8a09835cdbf06fdda3f7a9f9
parent3ee49b49cfd5973dd297bdc7ef47b1b6f4da8630
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