vfio/pci: Remove vfio_msix_early_setup returned value
commitec3bcf424edb76e00b6ff545360329c4cedf9953
authorEric Auger <eric.auger@redhat.com>
Mon, 17 Oct 2016 16:58:01 +0000 (17 10:58 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 17 Oct 2016 16:58:01 +0000 (17 10:58 -0600)
tree80671c3e264798496ea561b1d540c83c2773a763
parent1a22aca1d0071bdc4abc1a72894a13f0076b2404
vfio/pci: Remove vfio_msix_early_setup returned value

The returned value is not used anymore by the caller, vfio_realize,
since the error now is stored in the error object. So let's remove it.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/pci.c