mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
net: stmmac: never call stmmac_init_tx_coalesce from stmmac_resume
stmmac_init_tx_coalesce will reinit timer when timer is running. Change-Id: I9db89510858f773a2681f0cd5da22526058a295f Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -3138,7 +3138,6 @@ int stmmac_resume(struct device *dev)
|
||||
stmmac_clear_descriptors(priv);
|
||||
|
||||
stmmac_hw_setup(ndev, false);
|
||||
stmmac_init_tx_coalesce(priv);
|
||||
stmmac_set_rx_mode(ndev);
|
||||
|
||||
napi_enable(&priv->napi);
|
||||
|
||||
Reference in New Issue
Block a user