hwmon: (pc87427) Move sysfs file removal to a separate function
authorJean Delvare <khali@linux-fr.org>
Sat, 14 Aug 2010 19:09:00 +0000 (21:09 +0200)
committerJean Delvare <khali@linux-fr.org>
Sat, 14 Aug 2010 19:09:00 +0000 (21:09 +0200)
The sysfs file removal code is the same in the probe error path and in
the remove function, so move it to a separate function to avoid code
duplication.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/pc87427.c

Simple merge