diff options
author | 2022-07-11 21:15:50 +0800 | |
---|---|---|
committer | 2022-08-11 18:13:31 +0200 | |
commit | e0686dc6f2252e009c455fe99e2ce9d62a60eb47 (patch) | |
tree | 7a9c9cae249aefac29a84623d6146cc8313f5482 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | drm/bridge: tc358767: disable main link PHYs on main link disable (diff) | |
download | linux-dev-e0686dc6f2252e009c455fe99e2ce9d62a60eb47.tar.xz linux-dev-e0686dc6f2252e009c455fe99e2ce9d62a60eb47.zip |
drm:pl111: Add of_node_put() when breaking out of for_each_available_child_of_node()
The reference 'child' in the iteration of for_each_available_child_of_node()
is only escaped out into a local variable which is only used to check
its value. So we still need to the of_node_put() when breaking of the
for_each_available_child_of_node() which will automatically increase
and decrease the refcount.
Fixes: ca454bd42dc2 ("drm/pl111: Support the Versatile Express")
Signed-off-by: Liang He <windhl@126.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20220711131550.361350-1-windhl@126.com
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions