diff options
author | Javier Carrasco <javier.carrasco.cruz@gmail.com> | 2024-05-23 18:47:14 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-05-30 01:34:46 +0300 |
commit | a94ff8e50c20bde6d50864849a98b106e45d30c6 (patch) | |
tree | d1b16bf355c7891d884ff322c752520cd37e38a5 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | fa0bc8f297b29126b5ae983406e9bc76d48a9a8e (diff) | |
download | linux-a94ff8e50c20bde6d50864849a98b106e45d30c6.tar.xz |
hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()
A new error path was added to the fwnode_for_each_available_node() loop
in ltc2992_parse_dt(), which leads to an early return that requires a
call to fwnode_handle_put() to avoid a memory leak in that case.
Add the missing fwnode_handle_put() in the error path from a zero value
shunt resistor.
Cc: stable@vger.kernel.org
Fixes: 10b029020487 ("hwmon: (ltc2992) Avoid division by zero")
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Link: https://lore.kernel.org/r/20240523-fwnode_for_each_available_child_node_scoped-v2-1-701f3a03f2fb@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions