diff options
author | Alexander Gordeev <agordeev@redhat.com> | 2014-07-16 20:05:27 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-07-29 08:38:53 -0400 |
commit | db1924d08dd4be3274771486664e7952439ee956 (patch) | |
tree | bff9a0f75e5fe3e35033a307e03cd5004291e04f /net | |
parent | 5607de73dbdaeeef67aaae69c769424c638cf3d9 (diff) |
vmw_pvscsi: Use pci_enable_msix_exact() 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: Arvind Kumar <arvindkumar@vmware.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions