Skip to content

Commit d24bcd1

Browse files
committed
mxl: fix get_pcs_state signature
1 parent f36b47c commit d24bcd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/dsa/mxl862xx/mxl862xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2994,7 +2994,7 @@ static struct mxl862xx_pcs *pcs_to_mxl862xx_pcs(struct phylink_pcs *pcs)
29942994
return container_of(pcs, struct mxl862xx_pcs, pcs);
29952995
}
29962996

2997-
static void mxl862xx_pcs_get_state(struct phylink_pcs *pcs,
2997+
static void mxl862xx_pcs_get_state(struct phylink_pcs *pcs, unsigned int neg_mode,
29982998
struct phylink_link_state *state)
29992999
{
30003000
struct mxl862xx_priv *priv = pcs_to_mxl862xx_pcs(pcs)->priv;

0 commit comments

Comments
 (0)