pc87360: Check for error on sysfs files creation
authorJim Cromie <jim.cromie@gmail.com>
Sun, 24 Sep 2006 19:03:25 +0000 (21:03 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Sep 2006 22:31:17 +0000 (15:31 -0700)
commitf3722d5b6a474e31237d23980e9bd38facfda6f4
tree68cf55a62cad0e4ea98e861e13c1fa184333c24c
parent941c5c05cf38da5e12d70edc5d0fec5c24bce8b6
pc87360: Check for error on sysfs files creation

pc87360: Check for error on sysfs files creation

Use sysfs_create_group() for 2 sensor-types which are chip-model
invariant, i.e. all-or-nothing attribute groups.
Other 2 groups vary too much due to configuration, etc, so we keep the
loops of device_create_file(), but now check their returns.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/pc87360.c