]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: stmmac: dwmac-loongson: Use PCI_DEVICE_DATA() macro for device identification
authorYanteng Si <siyanteng@loongson.cn>
Wed, 7 Aug 2024 13:47:09 +0000 (21:47 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 13 Aug 2024 07:48:00 +0000 (09:48 +0200)
commit324d96b46520f1476f25deaad0e49d8df71377c1
tree5314bf5382abd72e3cf39fb564004652013da71c
parent0c979e6b55f99f939bb8158f3d8f8d2072b04e9c
net: stmmac: dwmac-loongson: Use PCI_DEVICE_DATA() macro for device identification

For the readability sake convert the hard-coded Loongson GMAC PCI ID to
the respective macro and use the PCI_DEVICE_DATA() macro-function to
create the pci_device_id array entry. The later change will be
specifically useful in order to assign the device-specific data for the
currently supported device and for about to be added Loongson GNET
controller.

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