]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
r8169: remove redundant pci_tbl entry
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 10 Jun 2025 05:46:02 +0000 (07:46 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 Jun 2025 21:06:35 +0000 (14:06 -0700)
This entry is covered by the entry in the next line already.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/2d81fe20-f71d-4483-817d-d46f9ec88cce@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/r8169_main.c

index 013b06182447a261cb363463c42a89f51de87138..9c601f271c02b903b22544519c747d0c65f366da 100644 (file)
@@ -216,8 +216,6 @@ static const struct pci_device_id rtl8169_pci_tbl[] = {
        { PCI_VDEVICE(REALTEK,  0x8168) },
        { PCI_VDEVICE(NCUBE,    0x8168) },
        { PCI_VDEVICE(REALTEK,  0x8169) },
-       { PCI_VENDOR_ID_DLINK,  0x4300,
-               PCI_VENDOR_ID_DLINK, 0x4b10, 0, 0 },
        { PCI_VDEVICE(DLINK,    0x4300) },
        { PCI_VDEVICE(DLINK,    0x4302) },
        { PCI_VDEVICE(AT,       0xc107) },