We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36b47c commit d24bcd1Copy full SHA for d24bcd1
1 file changed
drivers/net/dsa/mxl862xx/mxl862xx.c
@@ -2994,7 +2994,7 @@ static struct mxl862xx_pcs *pcs_to_mxl862xx_pcs(struct phylink_pcs *pcs)
2994
return container_of(pcs, struct mxl862xx_pcs, pcs);
2995
}
2996
2997
-static void mxl862xx_pcs_get_state(struct phylink_pcs *pcs,
+static void mxl862xx_pcs_get_state(struct phylink_pcs *pcs, unsigned int neg_mode,
2998
struct phylink_link_state *state)
2999
{
3000
struct mxl862xx_priv *priv = pcs_to_mxl862xx_pcs(pcs)->priv;
0 commit comments