virtio-net: Maintain reverse cleanup order
authorParav Pandit <parav@nvidia.com>
Fri, 3 Feb 2023 13:37:38 +0000 (15:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 May 2023 16:32:45 +0000 (17:32 +0100)
commit978a55b0c096c374edfa73881b502052c5fe8e75
tree9aaa35397f85dab493b3c539b69c978107835bbc
parent6fbedf987b6b8ed54a50e2205d998eb2c8be72f9
virtio-net: Maintain reverse cleanup order

[ Upstream commit 27369c9c2b722617063d6b80c758ab153f1d95d4 ]

To easily audit the code, better to keep the device stop()
sequence to be mirror of the device open() sequence.

Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Parav Pandit <parav@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: 5306623a9826 ("virtio_net: Fix error unwinding of XDP initialization")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/virtio_net.c