From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 16 Sep 2020 19:10:03 -0600 Subject: [PATCH 1/1] net: use log_err() for 'No ethernet found' message In-Reply-To: <20200914090018.162698-1-xypron.glpk@gmx.de> References: <20200914090018.162698-1-xypron.glpk@gmx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 14 Sep 2020 at 03:00, Heinrich Schuchardt wrote: > > Write the 'No ethernet found' message via the log drivers. This allows > suppressing it during output via the syslog driver. > > This fixes the problem reported in: > > [PATCH 0/4] log: Fix the syslog spam when running tests > https://lists.denx.de/pipermail/u-boot/2020-September/426343.html > > Reported-by: Simon Glass > Signed-off-by: Heinrich Schuchardt > --- > net/eth-uclass.c | 6 +++--- > net/eth_legacy.c | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Simon Glass