summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
diff options
context:
space:
mode:
authordingtianhong2014-01-02 02:13:02 +0100
committerDavid S. Miller2014-01-02 04:58:15 +0100
commit4d4ac1b0927c046413f0e92c38a833335a2d7590 (patch)
treeb800d7eb245e17405bdb71462631ecdcfb98a56e /drivers/net/bonding/bond_main.c
parentbonding: slight optimization for bond_3ad_xmit_xor() (diff)
downloadkernel-qcow2-linux-4d4ac1b0927c046413f0e92c38a833335a2d7590.tar.gz
kernel-qcow2-linux-4d4ac1b0927c046413f0e92c38a833335a2d7590.tar.xz
kernel-qcow2-linux-4d4ac1b0927c046413f0e92c38a833335a2d7590.zip
bonding: slight optimization for bond_alb_xmit()
The bond_alb_xmit will check the return value for bond_dev_queue_xmit() every time, but the bond_dev_queue_xmit() is always return 0, it is no need to check the value every time, so remove the unneed judgement for the xmit path. Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
0 files changed, 0 insertions, 0 deletions