Loading
net: enetc: do not print error log if addr is 0
A value of 0 for addr indicates that the IEB_LBCR register does not need to be configured, as its default value is 0. However, the driver will print an error log if addr is 0, so this issue needs to be fixed. Fixes: 50bfd9c0 ("net: enetc: set external PHY address in IERB for i.MX94 ENETC") Signed-off-by:Wei Fang <wei.fang@nxp.com> Reviewed-by:
Vladimir Oltean <vladimir.oltean@nxp.com> Link: https://patch.msgid.link/20251222022628.4016403-1-wei.fang@nxp.com Signed-off-by:
Paolo Abeni <pabeni@redhat.com>