]> git.baikalelectronics.ru Git - kernel.git/commit
stmmac: intel: Convert to use pci_alloc_irq_vectors() API
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 30 Apr 2020 15:02:51 +0000 (18:02 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Apr 2020 19:50:15 +0000 (12:50 -0700)
commit226c29262e87c4d8a3908ef06333bd36814b0ce8
tree62382596472e2d0a273dedff9be571e25f6274da
parentd2b8ca799ab4c5ee2b139ab460fcfac30233b51c
stmmac: intel: Convert to use pci_alloc_irq_vectors() API

pci_enable_msi() is deprecated API, thus, switch to modern
pci_alloc_irq_vectors().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c