Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-22 | scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_continue.cocci | Luis R. Rodriguez | |
Make use of the new Requires: tag to be able to specify coccinelle binary version requirements. The cocci file device_node_continue.cocci requires at least coccinelle 1.0.4. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Acked-by: Nicolas Palix <nicolas.palix@imag.fr> Signed-off-by: Michal Marek <mmarek@suse.com> | |||
2015-10-26 | cocinelle: iterators: semantic patch to delete unneeded of_node_put | 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 <Julia.Lawall@lip6.fr> Signed-off-by: Michal Marek <mmarek@suse.cz> |