commit | d86afb89305de205b0d2f20c2160adf039e9508d | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jul 23 23:03:43 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 23 14:09:21 2019 -0700 |
tree | fa19407c74f0e87090d99fa35db9eb15e77c8931 | |
parent | a261e3797506bd561700be643fe1a85bf81e9661 [diff] |
net: thunderx: Use fwnode_get_mac_address() Replace the custom implementation with fwnode_get_mac_address, which works on both DT and ACPI platforms. While here, replace memcpy() by ether_addr_copy(). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>