diff options
author | Alexander Gordeev <[email protected]> | 2014-04-21 17:19:32 +0200 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2014-04-21 19:02:08 -0600 |
commit | 24cddb83b4ae3a601f807e96cde9bf24fb90e5f5 (patch) | |
tree | 9571baef93657323880413fef827cd1f69a6fd48 /tools/perf/scripts/python | |
parent | 01aad3f0de67281f099e253b404fe08db2814c28 (diff) |
cciss: 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 <[email protected]>
Cc: Mike Miller <[email protected]>
Cc: [email protected]
Cc: Jens Axboe <[email protected]>
Cc: [email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions