projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a64d044
)
bonding: remove the unnecessary notes for bond_xmit_broadcast()
author
dingtianhong
<dingtianhong@huawei.com>
Fri, 19 Sep 2014 13:05:01 +0000
(21:05 +0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 Sep 2014 19:21:01 +0000
(15:21 -0400)
Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/bonding/bond_main.c
b/drivers/net/bonding/bond_main.c
index 88b1ab04ce4b4c1ba7659550aae989f7422d2d79..382a389b9bba176e7156e40a2569481f80f13027 100644
(file)
--- a/
drivers/net/bonding/bond_main.c
+++ b/
drivers/net/bonding/bond_main.c
@@
-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);
}
}