]> asedeno.scripts.mit.edu Git - linux.git/commit
net: greth: Utilize of_get_mac_address()
authorTobias Klauser <tklauser@distanz.ch>
Tue, 21 Mar 2017 10:24:38 +0000 (11:24 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 19:00:39 +0000 (12:00 -0700)
commit726bceca81ba09956226ea03c9fb58e037c3db7d
treeaa7744082ce97f5ef2a6358735b200fde9b3d22d
parent58ad3198342bda5eeb97c070dde76335bf0b7203
net: greth: Utilize of_get_mac_address()

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 <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/aeroflex/greth.c