virtio-mmio: Delete an error message in vm_find_vqs()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 5 Apr 2020 17:14:10 +0000 (19:14 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 2 Jun 2020 06:45:13 +0000 (02:45 -0400)
commit0c35c67412f0ae9ebe1a87cb83bc9de8143438b7
tree752eacec274855d95ecab63db1e4cc16751a9376
parente7c8cc35a64d1d21e6fb811c519eadbda30f4f77
virtio-mmio: Delete an error message in vm_find_vqs()

The function “platform_get_irq” can log an error already.
Thus omit a redundant message for the exception handling in the
calling function.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Link: https://lore.kernel.org/r/9e27bc4a-cfa1-7818-dc25-8ad308816b30@web.de
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_mmio.c