Re: [PATCH net-next 2/3] net: ethoc: Utilize of_get_mac_address()

2016-12-05 Thread Thierry Reding
On Sun, Dec 04, 2016 at 12:40:29PM -0800, Florian Fainelli wrote: > 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: Florian

Re: [PATCH net-next 2/3] net: ethoc: Utilize of_get_mac_address()

2016-12-04 Thread Tobias Klauser
On 2016-12-04 at 21:40:29 +0100, Florian Fainelli wrote: > 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. > >