Commit 5ba2254b authored by Jisheng Zhang's avatar Jisheng Zhang Committed by David S. Miller

net: mvneta: fix comment about phylink_speed_down

mvneta has switched to phylink, so the comment should look
like "We may have called phylink_speed_down before".
Signed-off-by: default avatarJisheng Zhang <Jisheng.Zhang@synaptics.com>
Reviewed-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 490ed0b9
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment