commit | 41167d072b8626ed14e80241c71beb99ac65db53 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Thu Oct 22 22:11:59 2015 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Mon Oct 26 22:39:11 2015 +0100 |
tree | c4944a5ef348dfc73e1de8b2a1c3a9d414165b0a | |
parent | 63a478fbc05cb0627b0a33a69f3aed8dcb965953 [diff] |
cocinelle: iterators: semantic patch to delete unneeded of_node_put Device node iterators perform an of_node_put on each iteration, so putting an of_node_put before a continue results in a double put. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Michal Marek <mmarek@suse.cz>