hwmon: (adt7475) Move sysfs files removal to a separate function
authorJean Delvare <khali@linux-fr.org>
Wed, 9 Dec 2009 19:36:06 +0000 (20:36 +0100)
committerJean Delvare <khali@linux-fr.org>
Wed, 9 Dec 2009 19:36:06 +0000 (20:36 +0100)
commit0f14480b62235ef4fce1cd4755e1cde4c9be5f78
tree2307177c29b69f30cf0a8b35e0e41c58b9340a2e
parent3d849981711741e76e501e4b9e3e7b792f2b0fd5
hwmon: (adt7475) Move sysfs files removal to a separate function

Move sysfs files removal to a separate function. The code is common to
the device probing error path and the standard device removal path. As
it will grow with future driver development, this avoids code
duplication.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Jordan Crouse <jordan@cosmicpenguin.net>
Cc: "Darrick J. Wong" <djwong@us.ibm.com>
drivers/hwmon/adt7475.c