Re: [PATCH] net: ethernet: ti: am65-cpsw: Lower random mac address error print to info

From: Simon Horman
Date: Mon May 19 2025 - 12:02:50 EST


On Fri, May 16, 2025 at 07:26:55AM -0500, Nishanth Menon wrote:
> 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@xxxxxx>
> ---
>
> This is esp irritating on platforms such as J721E-IDK-GW which has a
> bunch of ethernet interfaces, and not all of them have MAC address
> assigned from Efuse.
> Example log (next-20250515):
> https://gist.github.com/nmenon/8edbc1773c150a5be69f5b700d907ceb#file-j721e-idk-gw-L1588

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>