From: Antonio Quartulli Date: Mon, 25 Mar 2013 12:49:46 +0000 (+0100) Subject: batman-adv: drop useless argument seqno in neighbor creation X-Git-Tag: v3.11-rc1~16^2~267^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=863dd7a82a2fba3e1a094c3d10a9cc8d1afd10d6;p=pandora-kernel.git batman-adv: drop useless argument seqno in neighbor creation the sequence number is not stored in struct neigh_node, therefore there is no need to pass such value to the neigh_node creation procedure. At the moment the value is only used by a debug message, but given the fact that the seqno is not related to the neighbor object, it is better to print it elsewhere. Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed