提交 5ba2254b 编写于 作者: J Jisheng Zhang 提交者: 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: NJisheng Zhang <Jisheng.Zhang@synaptics.com>
Reviewed-by: NRussell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 490ed0b9
...@@ -3637,7 +3637,7 @@ static void mvneta_start_dev(struct mvneta_port *pp) ...@@ -3637,7 +3637,7 @@ static void mvneta_start_dev(struct mvneta_port *pp)
phylink_start(pp->phylink); 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); phylink_speed_up(pp->phylink);
netif_tx_start_all_queues(pp->dev); netif_tx_start_all_queues(pp->dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册