OSDN Git Service

IB/qib: Use pci_enable_msix_range() instead of pci_enable_msix()
authorAlexander Gordeev <agordeev@redhat.com>
Tue, 18 Feb 2014 15:09:02 +0000 (16:09 +0100)
committerRoland Dreier <roland@purestorage.com>
Fri, 11 Apr 2014 01:39:13 +0000 (18:39 -0700)
commitbf3f043e7bc2581475040348580f4acc786842e7
treef65e3bf30e694a13c5d9623fea055d00220ba582
parent877f075aac900288ce2e6a64075cceff09210a7e
IB/qib: Use pci_enable_msix_range() instead of pci_enable_msix()

As result of the deprecation of the MSI-X/MSI enablement functions
pci_enable_msix() and pci_enable_msi_block(), all drivers using these
two interfaces need to be updated to use the new pci_enable_msi_range()
and pci_enable_msix_range() interfaces.

Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Acked-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/qib/qib_pcie.c