Re: [PATCH] cocinelle: iterators: semantic patch to delete unneeded of_node_put

2015-10-26 Thread Michal Marek
Dne 22.10.2015 v 22:11 Julia Lawall napsal(a): > 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 Applied to kbuild.git#misc, thanks. Michal -- To unsubscribe from this list: s

[PATCH] cocinelle: iterators: semantic patch to delete unneeded of_node_put

2015-10-22 Thread Julia Lawall
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 --- scripts/coccinelle/iterators/device_node_continue.cocci | 100 1 file changed, 100 insertions(+) diff --git a/s