net: remove scary warning about EEPROM provided MAC address
authorAndre Przywara <andre.przywara@arm.com>
Mon, 4 Jan 2016 15:48:22 +0000 (15:48 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jan 2016 15:15:44 +0000 (10:15 -0500)
commit821fec0ceb3e26f9306f331fa547a980ff111134
treee34b8350a30d58caef3a598c22680c04946443b0
parent7babe48252bb92d3c9e7a9dfebde723c9da30c78
net: remove scary warning about EEPROM provided MAC address

In many parts of the computing world having a unique MAC address
sitting in some on-NIC storage is considered the normal case.
Remove the warning to not scare the user unnecessarily.
This applies to Highbank/Midway and ARM's Juno, for instance.
Besides that this fixes the formatting on Midway, for instance,
which currently looks like:
...
Net:   xgmac0
Warning: xgmac0 using MAC address from net device
, xgmac1
Warning: xgmac1 using MAC address from net device
...

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
net/eth.c