We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1decf commit 0935544Copy full SHA for 0935544
drivers/net/dsa/mxl862xx/mxl862xx.c
@@ -2978,7 +2978,7 @@ static struct mxl862xx_pcs *pcs_to_mxl862xx_pcs(struct phylink_pcs *pcs)
2978
return container_of(pcs, struct mxl862xx_pcs, pcs);
2979
}
2980
2981
-static void mxl862xx_pcs_get_state(struct phylink_pcs *pcs,
+static void mxl862xx_pcs_get_state(struct phylink_pcs *pcs, unsigned int neg_mode,
2982
struct phylink_link_state *state)
2983
{
2984
struct mxl862xx_priv *priv = pcs_to_mxl862xx_pcs(pcs)->priv;
0 commit comments