[B.A.T.M.A.N.] [PATCH] batman-adv: Remove unnecessary INIT_HLIST_NODE() calls

2013-04-19 Thread Linus Lüssing
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.luess...@web.de --- Unmodified, reposted from:

Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Remove unnecessary INIT_HLIST_NODE() calls

2013-04-19 Thread Marek Lindner
On Friday, April 19, 2013 18:06:56 Linus Lüssing wrote: 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.luess...@web.de --- Unmodified, reposted from: