From: Linus Lüssing Date: Fri, 19 Apr 2013 10:06:56 +0000 (+0200) Subject: batman-adv: Remove unnecessary INIT_HLIST_NODE() calls X-Git-Tag: v3.11-rc1~16^2~267^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e54c77f08ec62434ac8b24e402aa7b787cf42198;p=pandora-kernel.git 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 Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed