commit | c6b8724647eb1c24dc37cec8518bb6957f0000a8 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sat Aug 14 21:09:00 2010 +0200 |
committer | Jean Delvare <khali@linux-fr.org> | Sat Aug 14 21:09:00 2010 +0200 |
tree | ff5c9d77d023d049c51b84323b809bd16bd080f8 | |
parent | 008e5f3350e0a474baff3ed3eb4f79653a6b6745 [diff] |
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>