From: dingtianhong Date: Thu, 2 Jan 2014 01:13:02 +0000 (+0800) Subject: bonding: slight optimization for bond_alb_xmit() X-Git-Tag: v3.14-rc1~94^2~332^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d4ac1b0927c046413f0e92c38a833335a2d7590;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed