From: dingtianhong Date: Wed, 12 Feb 2014 06:58:49 +0000 (+0800) Subject: bonding: remove the redundant judgements for bond_set_mac_address() X-Git-Tag: v3.15-rc1~113^2~368 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=805d157e8f4273eeafeeab53c3a5d295ac0d9208;p=pandora-kernel.git bonding: remove the redundant judgements for bond_set_mac_address() The dev_set_mac_address() will check the dev->netdev_ops->ndo_set_mac_address, so no need to check it in bond_set_mac_address(). Cc: Jay Vosburgh Cc: Veaceslav Falico Cc: Andy Gospodarek Signed-off-by: Ding Tianhong Reviewed-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed