]> Git Repo - linux.git/commit
niu: Use pci_enable_msix_range() instead of pci_enable_msix()
authorAlexander Gordeev <[email protected]>
Tue, 18 Feb 2014 10:12:01 +0000 (11:12 +0100)
committerDavid S. Miller <[email protected]>
Tue, 18 Feb 2014 20:33:34 +0000 (15:33 -0500)
commit9e7df17e2e98aa82aaff9ef79235799a75e05f13
treee1e8cf304b37fdbe6a6509fe17590e54bd243cf9
parent184603d8825773afae24279e055440dddada478d
niu: 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: "David S. Miller" <[email protected]>
Cc: Jingoo Han <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/sun/niu.c
This page took 0.055343 seconds and 4 git commands to generate.