diff options
author | Alexander Gordeev <agordeev@redhat.com> | 2014-09-03 20:56:29 +0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-09-16 20:10:07 +0400 |
commit | 4f871e1b27a7c7254ead541ad6405f339790b6c5 (patch) | |
tree | 816118e50f5e31ba197988b952b9f359cc76c485 /drivers/scsi/NCR_D700.c | |
parent | a7901acc4ac0f853d9aff284ff96e4a56ff74aa8 (diff) | |
download | linux-4f871e1b27a7c7254ead541ad6405f339790b6c5.tar.xz |
lpfc: Use pci_enable_msix_range() instead of pci_enable_msix()
As result of deprecation of 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() or pci_enable_msi_exact()
and pci_enable_msix_range() or pci_enable_msix_exact()
interfaces.
Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Reviewed-by: James Smart <james.smart@emulex.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/NCR_D700.c')
0 files changed, 0 insertions, 0 deletions