commit | e54c77f08ec62434ac8b24e402aa7b787cf42198 | [log] [tgz] |
---|---|---|
author | Linus Lüssing <linus.luessing@web.de> | Fri Apr 19 12:06:56 2013 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Wed May 29 02:44:55 2013 +0200 |
tree | 62b532066b325c5bef1b45e58b36043c71b3ece1 | |
parent | d4ff40f683221d46c351cd9ab61f37a6ea5d2444 [diff] |
batman-adv: Remove unnecessary INIT_HLIST_NODE() calls 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>