提交 5e955968 编写于 作者: G Giuseppe Cavallaro 提交者: David S. Miller

stmmac: fix stmmac_resume removing not yet used shutdown flag

The commit to convert to use the dev_pm_ops struct
introduces a bug. The shutdown flag is not yet used
because the hibernation on memory is done by using
the freeze callback.
Thanks to Vlad for having reported it.
Reported-by: NVlad Lungu <vlad.lungu@windriver.com>
Signed-off-by: NGiuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 de855b99
......@@ -1846,13 +1846,6 @@ static int stmmac_resume(struct device *dev)
if (!netif_running(ndev))
return 0;
if (priv->shutdown) {
/* Re-open the interface and re-init the MAC/DMA
and the rings (i.e. on hibernation stage) */
stmmac_open(dev);
return 0;
}
spin_lock(&priv->lock);
/* Power Down bit, into the PM register, is cleared
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册