aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2015-10-25 22:24:25 +0100
committerRalf Baechle <[email protected]>2015-11-11 08:36:43 +0100
commit972cfd5502cc87d388a6d358eae717ac48ca4817 (patch)
tree7bf2311f44f0774da925ca7c7b17a126a52563b9 /tools/perf/scripts/python
parenta7f4df4e21dd8a8dab96e88acd2c9c5017b83fc6 (diff)
MIPS: pci-rt3883: drop unneeded of_node_get
for_each_child_of_node performs an of_node_get on each iteration, so no of_node_get is needed on breaking out of the loop when the device_node structure is saved in another variable. A simplified semantic match that finds this problem is as follows (http://coccinelle.lip6.fr): // <smpl> @@ expression root; local idexpression child; @@ for_each_child_of_node(root, child) { ... * of_node_get(child) ... break; } // </smpl> Signed-off-by: Julia Lawall <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Russell King - ARM Linux <[email protected]> Cc: Thomas Petazzoni <[email protected]> Cc: Andrew Lunn <[email protected]> Cc: Bjorn Helgaas <[email protected]> Cc: Jason Cooper <[email protected]> Patchwork: https://patchwork.linux-mips.org/patch/11357/ Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions