virtio_pci: drop pci_msi_off() call during probe
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 7 May 2015 14:52:21 +0000 (09:52 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 7 May 2015 14:52:21 +0000 (09:52 -0500)
commitc1f4d88abda3c6894d4027f85f640641b0ad3597
treecdb65bc0fca3d0b1420d28cba615013ecb27c9ea
parent1851617cd2da9cc53cdc1738f4148f4f042c0e56
virtio_pci: drop pci_msi_off() call during probe

The PCI core now disables MSI and MSI-X for all devices during enumeration
regardless of CONFIG_PCI_MSI.  Remove device-specific code to disable
MSI/MSI-X.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/virtio/virtio_pci_common.c