ARM: mvebu: kirkwood: remove error message when retrieving mac address
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Mon, 18 Feb 2019 02:46:45 +0000 (15:46 +1300)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Sun, 21 Apr 2019 17:01:41 +0000 (19:01 +0200)
commit7971cc408d11e9fb6dd2823f81d3a23465700dd0
tree41a2c4a13944b2358dfc3175a1c5420b749630e3
parent9e98c678c2d6ae3a17cb2de55d17f69dddaa231b
ARM: mvebu: kirkwood: remove error message when retrieving mac address

Kirkwood has always had the ability to retrieve the local-mac-address
from the hardware (usually this was configured by the bootloader). This
is particularly useful when dealing with a legacy non-DT aware
bootloader.

The "error" message just indicated that the board used an old bootloader
and in many cases users can't do anything about this. The message
probably should have been pr_info() to inform the user that the kernel
has been helpful but rather than than let's remove it entirely to make
the kernel less noisy.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/mach-mvebu/kirkwood.c