]> git.baikalelectronics.ru Git - kernel.git/commit
PCI/MSI: Drop pci_msi_off() calls from quirks
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 7 May 2015 14:52:22 +0000 (09:52 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 7 May 2015 14:52:22 +0000 (09:52 -0500)
commitc37c94f6e250b7bc804458cd859e93bd8d9d1ff3
tree04a3820ff3314e1dd4583b5e32addf815abb1425
parentc137f45d9255a41c0cc44c42609f98b010cbe860
PCI/MSI: Drop pci_msi_off() calls from quirks

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/pci/quirks.c