Skip to content

Commit d0b6906

Browse files
committed
net: dsa: mxl862xx: change write error to debug severity because of aeonsemi workaround spam
1 parent 8c345c5 commit d0b6906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/dsa/mxl862xx/mxl862xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ static int mxl862xx_phy_write_mmd(struct mxl862xx_priv *priv, int port,
158158

159159
ret = MXL862XX_API_WRITE(priv, INT_GPHY_WRITE, param);
160160
if (ret)
161-
pr_err("mxl862xx: failed to write mmd on port %d\n", port);
161+
pr_debug("mxl862xx: failed to write mmd on port %d\n", port);
162162

163163
return ret;
164164
}

0 commit comments

Comments
 (0)