Commit 2527e403 authored by Heiner Kallweit's avatar Heiner Kallweit Committed by David S. Miller

r8169: remove unneeded call to netif_stop_queue in rtl8169_net_suspend

netif_device_detach() stops all tx queues already, so we don't need
this call.
Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 34bc0095
...@@ -6825,7 +6825,6 @@ static void rtl8169_net_suspend(struct net_device *dev) ...@@ -6825,7 +6825,6 @@ static void rtl8169_net_suspend(struct net_device *dev)
phy_stop(dev->phydev); phy_stop(dev->phydev);
netif_device_detach(dev); netif_device_detach(dev);
netif_stop_queue(dev);
rtl_lock_work(tp); rtl_lock_work(tp);
napi_disable(&tp->napi); napi_disable(&tp->napi);
......
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