aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/c++/clang.cpp
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2019-01-13 09:44:50 +0000
committerRob Herring <[email protected]>2019-01-16 18:49:53 +0000
commit28b170e88bc0c7509e6724717c15cb4b5686026e (patch)
treebbd798f3fbcf11f9169c166b6c85b51b70f36963 /tools/perf/util/c++/clang.cpp
parentdoc: bindings: fix bad reference to ARM CPU bindings (diff)
downloadkernel-28b170e88bc0c7509e6724717c15cb4b5686026e.tar.gz
kernel-28b170e88bc0c7509e6724717c15cb4b5686026e.zip
OF: properties: add missing of_node_put
Add an of_node_put when the result of of_graph_get_remote_port_parent is not available. The semantic match that finds this problem is as follows (http://coccinelle.lip6.fr): // <smpl> @r exists@ local idexpression e; expression x; @@ e = of_graph_get_remote_port_parent(...); ... when != x = e when != true e == NULL when != of_node_put(e) when != of_fwnode_handle(e) ( return e; | *return ...; ) // </smpl> Signed-off-by: Julia Lawall <[email protected]> Cc: [email protected] Signed-off-by: Rob Herring <[email protected]>
Diffstat (limited to 'tools/perf/util/c++/clang.cpp')
0 files changed, 0 insertions, 0 deletions