Home
last modified time | relevance | path

Searched hist:"41167 d072b8626ed14e80241c71beb99ac65db53" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/coccinelle/iterators/
H A Ddevice_node_continue.cocci41167d072b8626ed14e80241c71beb99ac65db53 Thu Oct 22 22:11:59 CEST 2015 Julia Lawall <Julia.Lawall@lip6.fr> 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>