From: Danny Kukawka Date: Tue, 21 Feb 2012 02:07:49 +0000 (+0000) Subject: ethernet: unify return value of .ndo_set_mac_address if address is invalid X-Git-Tag: v3.4-rc1~177^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=504f9b5a6bb5336ad434438d0cdd61a16db80129;p=pandora-kernel.git ethernet: 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed