]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: ethernet: ti: am65-cpsw: Lower random mac address error print to info
authorNishanth Menon <nm@ti.com>
Fri, 16 May 2025 12:26:55 +0000 (07:26 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Jun 2025 12:40:26 +0000 (14:40 +0200)
commit0fadcc204396e731bb0b57492ba1f356bc4162a2
tree789060a81ab297df875f73dc7b2d88c93cbee03e
parent12fd7e6a2c3a11de2b0225eea9695f9ff20ef0d9
net: ethernet: ti: am65-cpsw: Lower random mac address error print to info

[ Upstream commit 50980d8da71a0c2e045e85bba93c0099ab73a209 ]

Using random mac address is not an error since the driver continues to
function, it should be informative that the system has not assigned
a MAC address. This is inline with other drivers such as ax88796c,
dm9051 etc. Drop the error level to info level.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Link: https://patch.msgid.link/20250516122655.442808-1-nm@ti.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/ti/am65-cpsw-nuss.c