]> 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)
commitdedc48d44b01fa643c2cbdf5c4811b22c386dd25
tree62382596472e2d0a273dedff9be571e25f6274da
parent123a70796ab73edcdfb337bc4b59eecfb28ed464
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