diff options
author | Miaoqian Lin <[email protected]> | 2022-05-12 08:55:58 +0400 |
---|---|---|
committer | Mathieu Poirier <[email protected]> | 2022-06-22 10:44:49 -0600 |
commit | 61afafe8b938bc74841cf4b1a73dd08b9d287c5a (patch) | |
tree | f9ec7914c39e577de47f289c23a587cae41b9007 /tools/perf/scripts/python/libxed.py | |
parent | 2d1ea19f179be04f303be96129afa62545d3121e (diff) |
remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init
of_parse_phandle() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not needed anymore.
This function has two paths missing of_node_put().
Fixes: 6e962bfe56b9 ("remoteproc: imx_rproc: add missing of_node_put")
Fixes: a0ff4aa6f010 ("remoteproc: imx_rproc: add a NXP/Freescale imx_rproc driver")
Signed-off-by: Miaoqian Lin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mathieu Poirier <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions