Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6825,7 +6825,6 @@ static void rtl8169_net_suspend(struct net_device *dev)

	phy_stop(dev->phydev);
	netif_device_detach(dev);
	netif_stop_queue(dev);

	rtl_lock_work(tp);
	napi_disable(&tp->napi);