Skip to content

Commit 9943c96

Browse files
committed
Revert "net: dsa: mxl862xx: change write error to debug severity because of aeonsemi workaround spam"
This reverts commit 8253318.
1 parent eebc32c commit 9943c96

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
@@ -157,7 +157,7 @@ static int mxl862xx_phy_write_mmd(struct mxl862xx_priv *priv, int port,
157157

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

162162
return ret;
163163
}

0 commit comments

Comments
 (0)