bonding: remove useless assignment
authorNicolas de Pesloüan <nicolas.2p.debian@free.fr>
Wed, 7 Oct 2009 21:11:00 +0000 (14:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2009 21:11:00 +0000 (14:11 -0700)
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 <nicolas.2p.debian@free.fr>
Reviewed-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found