hwmon: Provide managed hwmon registration
authorGuenter Roeck <linux@roeck-us.net>
Fri, 12 Jul 2013 03:00:12 +0000 (20:00 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 13 Oct 2013 23:16:28 +0000 (16:16 -0700)
commit74188cba088192e14cd7fd5433876e8c947bcdd8
treea57d582ea4a75155a169b0dede83f5eed3c2e9b1
parent615fc8cb0f900c91ee50f0da0a1821a7c6823671
hwmon: Provide managed hwmon registration

Drivers using the new hwmon_device_register_with_groups API often have a
remove function which consists solely of a call hwmon_device_unregister().

Provide support for devm_hwmon_device_register_with_groups and
devm_hwmon_device_unregister to allow this repeated code to be removed
and help eliminate error handling code.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/hwmon.c
include/linux/hwmon.h