From: Danny Kukawka Date: Tue, 21 Feb 2012 02:07:52 +0000 (+0000) Subject: br_device: unify return value of .ndo_set_mac_address if address is invalid X-Git-Tag: v3.4-rc1~177^2~218 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ca1e11ab7d83ec76f3a8ef8704adca8c7518f41;p=pandora-kernel.git br_device: unify return value of .ndo_set_mac_address if address is invalid Unify return value of .ndo_set_mac_address if the given address isn't valid. Return -EADDRNOTAVAIL as eth_mac_addr() already does if is_valid_ether_addr() fails. Signed-off-by: Danny Kukawka Acked-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed