virtio_console: drop custom control queue cleanup
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 20 Apr 2018 17:49:04 +0000 (20:49 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Nov 2019 17:29:04 +0000 (18:29 +0100)
commit083aae5aecf5c60f9d2be12d9d60fec86d214b39
tree61d6e497f51f077a18ab0751b3aac540bf9fc4c5
parent20e9c1101260dfbe3e169a259591408ccab61c22
virtio_console: drop custom control queue cleanup

[ Upstream commit 61a8950c5c5708cf2068b29ffde94e454e528208 ]

We now cleanup all VQs on device removal - no need
to handle the control VQ specially.

Cc: stable@vger.kernel.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/char/virtio_console.c