commit | 9f8196cc05caa9aba19f38f29c5f9a12722986c4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 17 11:43:14 2016 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Fri Dec 16 00:12:48 2016 +0200 |
tree | f992a0998b4b14752050bda886d4b4badce84238 | |
parent | fa3a3279354e5f7a13ec16f2c9f5e39124745332 [diff] |
virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectors vp_request_msix_vectors is only called by vp_try_to_find_vqs, which already calls vp_free_vectors through vp_del_vqs in the failure case. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>