From: dingtianhong Date: Thu, 2 Jan 2014 01:12:59 +0000 (+0800) Subject: bonding: slight optimization for bond_3ad_xmit_xor() X-Git-Tag: v3.14-rc1~94^2~332^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a742e1f545c38efb769bd02b91f11b1c9acb6e56;p=pandora-kernel.git bonding: slight optimization for bond_3ad_xmit_xor() The bond_dev_queue_xmit() will always return 0, and as a fast path, it is inappropriate to check the res value when xmit every package, so remove the res check and avoid once judgement for xmit. Signed-off-by: Ding Tianhong Signed-off-by: David S. Miller --- Reading git-diff-tree failed