mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
be2net: cancel be_worker in be_shutdown() even when i/f is down
As the be_worker() workqueue is scheduled in be_probe() it must be canceled unconditionally in be_shutdown(). Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
16da8250df
commit
0f4a682882
@ -3155,8 +3155,7 @@ static void be_shutdown(struct pci_dev *pdev)
|
||||
struct be_adapter *adapter = pci_get_drvdata(pdev);
|
||||
struct net_device *netdev = adapter->netdev;
|
||||
|
||||
if (netif_running(netdev))
|
||||
cancel_delayed_work_sync(&adapter->work);
|
||||
cancel_delayed_work_sync(&adapter->work);
|
||||
|
||||
netif_device_detach(netdev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user