net: stmmac: dwmac-loongson: Drop pci_enable/disable_msi calls
authorYanteng Si <siyanteng@loongson.cn>
Wed, 7 Aug 2024 13:47:08 +0000 (21:47 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 13 Aug 2024 07:48:00 +0000 (09:48 +0200)
commit0c979e6b55f99f939bb8158f3d8f8d2072b04e9c
treeaf95e4f9bb364e1a4207763fc32ba5c10f161ab7
parent393ea68bf154a53a108bde4bd387fa85b3662181
net: stmmac: dwmac-loongson: Drop pci_enable/disable_msi calls

The Loongson GMAC driver currently doesn't utilize the MSI IRQs, but
retrieves the IRQs specified in the device DT-node. Let's drop the
direct pci_enable_msi()/pci_disable_msi() calls then as redundant

Signed-off-by: Feiyang Chen <chenfeiyang@loongson.cn>
Signed-off-by: Yinggang Gu <guyinggang@loongson.cn>
Reviewed-by: Serge Semin <fancer.lancer@gmail.com>
Acked-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Tested-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/stmicro/stmmac/dwmac-loongson.c