Skip to content
Commit 4e66cd13 authored by sundarjdev's avatar sundarjdev Committed by Guenter Roeck
Browse files

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: default avatarSundar J Dev <sundarjayakumardev@gmail.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 0a0039ad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment