mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
bonding: remove the unnecessary notes for bond_xmit_broadcast()
Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a64d044e39
commit
37ab7ddf3f
1 changed files with 0 additions and 1 deletions
|
@ -3586,7 +3586,6 @@ static int bond_xmit_broadcast(struct sk_buff *skb, struct net_device *bond_dev)
|
|||
bond_dev->name, __func__);
|
||||
continue;
|
||||
}
|
||||
/* bond_dev_queue_xmit always returns 0 */
|
||||
bond_dev_queue_xmit(bond, skb2, slave->dev);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue