Re: [PATCH net-next] net: greth: Utilize of_get_mac_address()

2017-03-22 Thread David Miller
From: Tobias Klauser Date: Tue, 21 Mar 2017 11:24:38 +0100 > Do not open code getting the MAC address exclusively from the > "local-mac-address" property, but instead use of_get_mac_address() which > looks up the MAC address using the 3 typical property names. > >

[PATCH net-next] net: greth: Utilize of_get_mac_address()

2017-03-21 Thread Tobias Klauser
Do not open code getting the MAC address exclusively from the "local-mac-address" property, but instead use of_get_mac_address() which looks up the MAC address using the 3 typical property names. Signed-off-by: Tobias Klauser --- drivers/net/ethernet/aeroflex/greth.c | 10