git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54c0562
)
Coccinelle: Add iterators/fen.cocci
author
Nicolas Palix
<npalix@diku.dk>
Tue, 24 Aug 2010 15:39:01 +0000
(17:39 +0200)
committer
Michal Marek
<mmarek@suse.cz>
Tue, 31 Aug 2010 09:37:53 +0000
(11:37 +0200)
for_each_node iterators only exit normally when the loop cursor is
NULL, so there is no point to call of_node_put on the final value.
Signed-off-by: Nicolas Palix <npalix@diku.dk>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
No differences found