hwmon: (emc1403) Fix resource leak on module unload
authorJean Delvare <jdelvare@suse.de>
Mon, 12 May 2014 09:44:51 +0000 (11:44 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 12 May 2014 15:37:06 +0000 (08:37 -0700)
commit8759f9046550f463098148bf577ccd32cdb895e3
treee2d1009cf52d32088e746f7e2507e1eccb435706
parent17c048fc4bd95efea208a1920f169547d8588f1f
hwmon: (emc1403) Fix resource leak on module unload

Commit 454aee17f claims to convert driver emc1403 to use
devm_hwmon_device_register_with_groups, however the patch itself makes
use of hwmon_device_register_with_groups instead. As the driver remove
function was still dropped, the hwmon device is no longer unregistered
on driver removal, leading to a resource leak.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: 454aee17f hwmon: (emc1403) Convert to use devm_hwmon_device_register_with_groups
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: stable@vger.kernel.org [3.13+]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/emc1403.c