diff options
author | 2023-09-07 11:55:17 +0200 | |
---|---|---|
committer | 2023-09-20 11:28:02 +0200 | |
commit | cc3b17cabe9fd2881eace5b7b1581914569d62e9 (patch) | |
tree | 3f6c557a96657cfbee417064d732a83effd1a0e9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 6.6-rc1 (diff) | |
download | wireguard-linux-cc3b17cabe9fd2881eace5b7b1581914569d62e9.tar.xz wireguard-linux-cc3b17cabe9fd2881eace5b7b1581914569d62e9.zip |
soc: dove: add missing of_node_put
for_each_available_child_of_node performs an of_node_get
on each iteration, so a break out of the loop requires an
of_node_put.
This was done using the Coccinelle semantic patch
iterators/for_each_child.cocci
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions