vmxnet3: do not stop tx queues after netif_device_detach()
authorDongli Zhang <dongli.zhang@oracle.com>
Tue, 26 Oct 2021 21:50:31 +0000 (14:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Oct 2021 11:51:17 +0000 (12:51 +0100)
commit9159f102402a64ac85e676b75cc1f9c62c5b4b73
tree84cdfd46ce3aa8149be3426fc0e41a46400a6eba
parent72f898ca0ab85fde6facf78b14d9f67a4a7b32d1
vmxnet3: do not stop tx queues after netif_device_detach()

The netif_device_detach() conditionally stops all tx queues if the queues
are running. There is no need to call netif_tx_stop_all_queues() again.

Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vmxnet3/vmxnet3_drv.c