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)
commitc6b8724647eb1c24dc37cec8518bb6957f0000a8
treeff5c9d77d023d049c51b84323b809bd16bd080f8
parent008e5f3350e0a474baff3ed3eb4f79653a6b6745
hwmon: (pc87427) Move sysfs file removal to a separate function

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