diff options
author | Alexander Gordeev <agordeev@redhat.com> | 2014-08-18 08:01:42 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-09-16 18:09:39 +0200 |
commit | 18fce3c440c762ab4dfb6156bbd3c0beb0f67f17 (patch) | |
tree | f163c14321451f7f5abb416ef7052a011a12e578 /Documentation/block | |
parent | hpsa: Fallback to MSI rather than to INTx if MSI-X failed (diff) | |
download | linux-18fce3c440c762ab4dfb6156bbd3c0beb0f67f17.tar.xz linux-18fce3c440c762ab4dfb6156bbd3c0beb0f67f17.zip |
hpsa: 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>
Acked-by: "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
Cc: iss_storagedev@hp.com
Cc: linux-scsi@vger.kernel.org
Cc: linux-pci@vger.kernel.org
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'Documentation/block')
0 files changed, 0 insertions, 0 deletions