]> Git Repo - linux.git/commit
igb: Use pci_enable_msix_range() instead of pci_enable_msix()
authorAlexander Gordeev <[email protected]>
Tue, 18 Feb 2014 10:11:43 +0000 (11:11 +0100)
committerDavid S. Miller <[email protected]>
Tue, 18 Feb 2014 20:33:31 +0000 (15:33 -0500)
commit479d02dfadfbe850ced61c5c83ca16b8b9d4ac5f
tree92df2340ac3c412e38a8101645b500b78e2fef02
parent7b37f3765c9befa0ff7cfba667f430880c87ee5a
igb: 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() and pci_enable_msix_range()
interfaces.

Signed-off-by: Alexander Gordeev <[email protected]>
Cc: Jeff Kirsher <[email protected]>
Cc: Jesse Brandeburg <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/intel/igb/igb_main.c
This page took 0.060463 seconds and 4 git commands to generate.