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:
d4ff40f
)
batman-adv: Remove unnecessary INIT_HLIST_NODE() calls
author
Linus Lüssing
<linus.luessing@web.de>
Fri, 19 Apr 2013 10:06:56 +0000
(12:06 +0200)
committer
Antonio Quartulli
<ordex@autistici.org>
Wed, 29 May 2013 00:44:55 +0000
(
02:44
+0200)
There's no need to for an explicit hlist_node initialization if it is
added to a list right away, like it's the case with the
hlist_add_head()s here.
Signed-off-by: Linus Lüssing <linus.luessing@web.de>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
No differences found