Skip to content

Commit 0935544

Browse files
committed
net: dsa: mxl862xx: fix get_pcs_state signature
1 parent ed1decf commit 0935544

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
@@ -2978,7 +2978,7 @@ static struct mxl862xx_pcs *pcs_to_mxl862xx_pcs(struct phylink_pcs *pcs)
29782978
return container_of(pcs, struct mxl862xx_pcs, pcs);
29792979
}
29802980

2981-
static void mxl862xx_pcs_get_state(struct phylink_pcs *pcs,
2981+
static void mxl862xx_pcs_get_state(struct phylink_pcs *pcs, unsigned int neg_mode,
29822982
struct phylink_link_state *state)
29832983
{
29842984
struct mxl862xx_priv *priv = pcs_to_mxl862xx_pcs(pcs)->priv;

0 commit comments

Comments
 (0)