]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (tmp103) Fix resource leak bug in tmp103 temperature sensor driver
authorsundarjdev <sdev@nestlabs.com>
Mon, 22 Sep 2014 17:31:39 +0000 (10:31 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 22 Sep 2014 18:11:48 +0000 (11:11 -0700)
commit3babdb00837f749eda193ca6634a576a19d07b16
tree78c38bc8a475b6238aa39e4bbaa33b16411b5cf0
parent6374e93d5ab9b23aa13da70c8eb23c076014638d
hwmon: (tmp103) Fix resource leak bug in tmp103 temperature sensor driver

tmp103 temperature sensor driver registers with the hwmon framework by calling
hwmon_device_register_with_groups but does not have a .remove method to call
hwmon_device_unregister to unregister from the framework when the device is no
longer needed. Fix this by calling devm_hwmon_device_register_with_groups.

Signed-off-by: Sundar J Dev <sundarjayakumardev@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/tmp103.c