virtio_console: drop custom control queue cleanup
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 20 Apr 2018 17:49:04 +0000 (20:49 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 25 Apr 2018 17:41:23 +0000 (20:41 +0300)
commit61a8950c5c5708cf2068b29ffde94e454e528208
tree46a3c850615b2a3c60021ddeb4c0b17c9148a47f
parenta7a69ec0d8e4a58be7db88d33cbfa2912807bb2b
virtio_console: drop custom control queue cleanup

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>
drivers/char/virtio_console.c