diff options
author | Aleksandr Mishin <[email protected]> | 2024-06-12 16:17:14 +0300 |
---|---|---|
committer | Mathieu Poirier <[email protected]> | 2024-06-17 08:39:00 -0600 |
commit | dce68a49be26abf52712e0ee452a45fa01ab4624 (patch) | |
tree | a9c0d7553b95ef82e9d9917a537a0c5945d70203 /scripts/gdb/linux/clk.py | |
parent | 8d3739dbba3ba35c43984d762e7cdcca031a8fcf (diff) |
remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init
In imx_rproc_addr_init() strcmp() is performed over the node after the
of_node_put() is performed over it.
Fix this error by moving of_node_put() calls.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Fixes: 5e4c1243071d ("remoteproc: imx_rproc: support remote cores booted before Linux Kernel")
Cc: [email protected]
Signed-off-by: Aleksandr Mishin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mathieu Poirier <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/clk.py')
0 files changed, 0 insertions, 0 deletions