diff options
author | Yang Yingliang <[email protected]> | 2022-11-23 10:25:42 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-01-19 14:45:41 +0100 |
commit | 39af728649b05e88a2b40e714feeee6451c3f18e (patch) | |
tree | 199904693854b957a66d8a9131ac091c7cb3ecfb /tools/perf/scripts/python/intel-pt-events.py | |
parent | b7bfaa761d760e72a969d116517eaa12e404c262 (diff) |
device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()
The 'parent' returned by fwnode_graph_get_port_parent()
with refcount incremented when 'prev' is not NULL, it
needs be put when finish using it.
Because the parent is const, introduce a new variable to
store the returned fwnode, then put it before returning
from fwnode_graph_get_next_endpoint().
Fixes: b5b41ab6b0c1 ("device property: Check fwnode->secondary in fwnode_graph_get_next_endpoint()")
Signed-off-by: Yang Yingliang <[email protected]>
Reviewed-by: Sakari Ailus <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Reviewed-and-tested-by: Daniel Scally <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions