From: Antonio Quartulli Date: Mon, 19 Nov 2012 08:01:44 +0000 (+0100) Subject: batman-adv: remove useless assignment in tt_local_add() X-Git-Tag: v3.9-rc1~139^2~391^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8425ec6aea20f8c8e1783d7390f5ea6ca01c58e1;p=pandora-kernel.git batman-adv: remove useless assignment in tt_local_add() The flag field of the tt_local_entry->common structure in tt_local_add() is first assigned NO_FLAGS and then TT_CLIENT_NEW so nullifying the first operation. For this reason it is safe to remove the first assignment. This was introuduced by ("batman-adv: keep local table consistency for further TT_RESPONSE") Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed