From: Danny Kukawka Date: Thu, 23 Feb 2012 22:11:39 +0000 (-0500) Subject: Staging: et131x: unify return value of .ndo_set_mac_address if address is invalid X-Git-Tag: v3.4-rc1~177^2~217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8abe6fb51ebd1d16c93d4435a808e056113f3510;p=pandora-kernel.git Staging: et131x: 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