commit | 8557cd74ca8af9a71ae19d445e33d92bd50a6dc5 | [log] [tgz] |
---|---|---|
author | Veaceslav Falico <vfalico@gmail.com> | Thu May 15 21:39:59 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri May 16 16:34:33 2014 -0400 |
tree | c6ad54191e3ed0afc12f62cd5f546189058ec096 | |
parent | 891ab54d6636b7aa0da48b5a5dd738af8b75cafe [diff] |
bonding: replace SLAVE_IS_OK() with bond_slave_can_tx() They're verifying the same thing (except of IFF_UP, which is implied for netif_running(), which is also a prerequisite). CC: Jay Vosburgh <j.vosburgh@gmail.com> CC: Andy Gospodarek <andy@greyhouse.net> Signed-off-by: Veaceslav Falico <vfalico@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>