aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2016-01-22 23:38:38 +0530
committerSudeep Holla <[email protected]>2016-02-01 09:59:58 +0000
commitd99875eebfebec5432981273fac0547f3e34f2d7 (patch)
treef6c63bbad0821b3dc0d4ddceb4a7a1fce2a8b354 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent36f90b0a2ddd60823fe193a85e60ff1906c2a9b3 (diff)
bus: vexpress-config: Add missing of_node_put
for_each_compatible_node performs an of_node_get on each iteration, so to break out of the loop an of_node_put is required. Found using Coccinelle. The semantic patch used for this is as follows: // <smpl> @@ expression e; local idexpression n; @@ for_each_compatible_node(n, ...) { ... when != of_node_put(n) when != e = n ( return n; + of_node_put(n); ? return ...; ) ... } // </smpl> Acked-by: Liviu Dudau <[email protected]> Signed-off-by: Amitoj Kaur Chawla <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions