From: Nicolas de Pesloüan Date: Wed, 7 Oct 2009 21:11:00 +0000 (-0700) Subject: bonding: remove useless assignment X-Git-Tag: v2.6.33-rc1~388^2~884 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b4ad92d1a5bb9909deb3216ffec6f0febc7b71;p=pandora-kernel.git bonding: remove useless assignment The variable old_active is first set to bond->curr_active_slave. Then, it is unconditionally set to new_active, without being used in between. The first assignment, having no side effect, is useless. Signed-off-by: Nicolas de Pesloüan Reviewed-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed