diff options
| author | Alexander Gordeev <[email protected]> | 2014-04-25 11:43:50 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2014-04-27 19:15:42 -0400 |
| commit | f716775026707113496cbd9961882de91ab88b07 (patch) | |
| tree | 08cbad039127a92f3cb5040960252f99121b246b /tools/perf/scripts/python | |
| parent | eb11022dca4eb22def72d5d4e3140caa357b34e1 (diff) | |
qlcnic: 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.
Cc: Shahed Shaikh <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Alexander Gordeev <[email protected]>
Acked-by: Shahed Shaikh <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions