Re: [PATCH net-next 1/1] net: stmmac: remove unnecessary pci_enable_msi() call

2021-04-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 1 Apr 2021 14:06:28 +0800 you wrote: > The commit d2a029bde37b ("stmmac: pci: add MSI support for Intel Quark > X1000") introduced a pci_enable_msi() call in stmmac_pci.c. > > With the commit 58da0cfa6cf1 ("net: s

[PATCH net-next 1/1] net: stmmac: remove unnecessary pci_enable_msi() call

2021-03-31 Thread Wong Vee Khee
The commit d2a029bde37b ("stmmac: pci: add MSI support for Intel Quark X1000") introduced a pci_enable_msi() call in stmmac_pci.c. With the commit 58da0cfa6cf1 ("net: stmmac: create dwmac-intel.c to contain all Intel platform"), Intel Quark platform related codes have been moved to the newly creat