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)
commitb76552b310645fddd76dad5e87d0e8eb3d15e4de
tree5b3cc60dcbdf289f8a09835cdbf06fdda3f7a9f9
parent2fd638feb6b39cbbc10989a57a25c868fe65b118
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
This page took 0.024705 seconds and 5 git commands to generate.