]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: remove unnecessary pci_enable_msi() call
authorWong Vee Khee <vee.khee.wong@linux.intel.com>
Thu, 1 Apr 2021 06:06:28 +0000 (14:06 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Apr 2021 22:49:23 +0000 (15:49 -0700)
commit6ca632c1b094bf66193c01db3aa6a72d6e30c79c
tree3f2b8393e396224d579c0ad600c8e67a76e9000c
parent456c1d334304e8ebdc69e3c2f3a1a1d10def004b
net: stmmac: remove unnecessary pci_enable_msi() call

The commit c8eff8ad6b93 ("stmmac: pci: add MSI support for Intel Quark
X1000") introduced a pci_enable_msi() call in stmmac_pci.c.

With the commit 300c10cdd817 ("net: stmmac: create dwmac-intel.c to
contain all Intel platform"), Intel Quark platform related codes
have been moved to the newly created driver.

Removing this unnecessary pci_enable_msi() call as there are no other
devices that uses stmmac-pci and need MSI to be enabled.

Signed-off-by: Wong Vee Khee <vee.khee.wong@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c