]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: aquantia: switch to pci_alloc_irq_vectors
authorChristoph Hellwig <hch@lst.de>
Wed, 15 Feb 2017 07:38:47 +0000 (08:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Feb 2017 18:05:29 +0000 (13:05 -0500)
commit3c40d0afbc1c1edb942232dde55b643c435b0771
tree9ed127d002a1441b142f732cd76ad5d7b11f07aa
parent8046bfab10615b99bdb008e51d3dfd68dc43c340
net: ethernet: aquantia: switch to pci_alloc_irq_vectors

pci_enable_msix has been long deprecated, but this driver adds a new
instance.  Convert it to pci_alloc_irq_vectors so that no new instance
of the deprecated function reaches mainline.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Pavel Belous <pavel.belous@aquantia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c