aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-01-25 22:53:07 +0530
committerThierry Reding <treding@nvidia.com>2016-06-14 11:39:39 +0200
commit55bb1d8355ce91662dc8760f24f578db5a595819 (patch)
treeb18b1cfb4219ea751a0cbceb810be639493fce74 /tools/perf/util/scripting-engines/trace-event-python.c
parentmemory: tegra: Delete unneeded of_node_put() (diff)
downloadwireguard-linux-55bb1d8355ce91662dc8760f24f578db5a595819.tar.xz
wireguard-linux-55bb1d8355ce91662dc8760f24f578db5a595819.zip
memory: tegra: mc: Add missing of_node_put()
for_each_child_of_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_child_of_node(..., n) { ... when != of_node_put(n) when != e = n ( return n; | + of_node_put(n); ? return ...; ) ... } // </smpl> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions