Re: [PATCH v1] net: thunderx: Use fwnode_get_mac_address()

2019-07-23 Thread David Miller
From: Andy Shevchenko Date: Tue, 23 Jul 2019 23:03:43 +0300 > 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 Applied.

[PATCH v1] net: thunderx: Use fwnode_get_mac_address()

2019-07-23 Thread Andy Shevchenko
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 --- .../net/ethernet/cavium/thunder/thunder_bgx.c | 18 ++ 1 file changed, 6 insertions(+)