diff options
author | Jean Delvare <[email protected]> | 2014-05-12 11:44:51 +0200 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2014-05-12 08:37:06 -0700 |
commit | 8759f9046550f463098148bf577ccd32cdb895e3 (patch) | |
tree | e2d1009cf52d32088e746f7e2507e1eccb435706 /tools/perf/util/trace-event-scripting.c | |
parent | 17c048fc4bd95efea208a1920f169547d8588f1f (diff) |
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 <[email protected]>
Fixes: 454aee17f hwmon: (emc1403) Convert to use devm_hwmon_device_register_with_groups
Cc: Guenter Roeck <[email protected]>
Cc: [email protected] [3.13+]
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions