Skip to content

Commit

Permalink
net: mvneta: fix comment about phylink_speed_down
Browse files Browse the repository at this point in the history
mvneta has switched to phylink, so the comment should look
like "We may have called phylink_speed_down before".

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Reviewed-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jisheng Zhang authored and David S. Miller committed Jul 29, 2020
1 parent 490ed0b commit 5ba2254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/marvell/mvneta.c
Original file line number Diff line number Diff line change
Expand Up @@ -3637,7 +3637,7 @@ static void mvneta_start_dev(struct mvneta_port *pp)

phylink_start(pp->phylink);

/* We may have called phy_speed_down before */
/* We may have called phylink_speed_down before */
phylink_speed_up(pp->phylink);

netif_tx_start_all_queues(pp->dev);
Expand Down

0 comments on commit 5ba2254

Please sign in to comment.