diff options
author | Javier Carrasco <[email protected]> | 2024-10-13 15:29:17 +0200 |
---|---|---|
committer | Christophe Leroy <[email protected]> | 2024-11-14 08:25:45 +0100 |
commit | c9f1efabf8e3b3ff886a42669f7093789dbeca94 (patch) | |
tree | 2d738c2d19688ec86c87faa890511c827e8859ba /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 844d098b6f33666ff544f18d7a256a46fe19328d (diff) |
soc: fsl: rcpm: fix missing of_node_put() in copy_ippdexpcr1_setting()
of_find_compatible_node() requires a call to of_node_put() when the
pointer to the node is not required anymore to decrement its refcount
and avoid leaking memory.
Add the missing call to of_node_put() after the node has been used.
Cc: [email protected]
Fixes: e95f287deed2 ("soc: fsl: handle RCPM errata A-008646 on SoC LS1021A")
Signed-off-by: Javier Carrasco <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christophe Leroy <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions