commit | 99470819b1a89f77c1eb44f6b3328c1aeb2c87d0 | [log] [tgz] |
---|---|---|
author | Luka Perkov <luka@openwrt.org> | Wed Oct 30 00:11:00 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 29 22:52:45 2013 -0400 |
tree | 13d824fd0ba6d9bc3d76f7f4bcb144c4c1bd285c | |
parent | 6c7a9a3c7838eab1f17ef00c87925151be06cf1c [diff] |
arc_emac: drop redundant mac address check Checking if MAC address is valid using is_valid_ether_addr() is already done in of_get_mac_address(). While at it, reorganize checking so it matches checks in other drivers. Signed-off-by: Luka Perkov <luka@openwrt.org> CC: Alexey Brodkin <Alexey.Brodkin@synopsys.com> CC: David Miller <davem@davemloft.net> Signed-off-by: David S. Miller <davem@davemloft.net>