Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vec…
…tors 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>
- Loading branch information