Loading drivers/net/r8169.c +3 −3 Original line number Original line Diff line number Diff line Loading @@ -174,9 +174,9 @@ const static struct { #undef _R #undef _R static struct pci_device_id rtl8169_pci_tbl[] = { static struct pci_device_id rtl8169_pci_tbl[] = { {0x10ec, 0x8169, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), }, {0x1186, 0x4300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), }, {0x16ec, 0x0116, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, { PCI_DEVICE(0x16ec, 0x0116), }, {0,}, {0,}, }; }; Loading Loading
drivers/net/r8169.c +3 −3 Original line number Original line Diff line number Diff line Loading @@ -174,9 +174,9 @@ const static struct { #undef _R #undef _R static struct pci_device_id rtl8169_pci_tbl[] = { static struct pci_device_id rtl8169_pci_tbl[] = { {0x10ec, 0x8169, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), }, {0x1186, 0x4300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), }, {0x16ec, 0x0116, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, { PCI_DEVICE(0x16ec, 0x0116), }, {0,}, {0,}, }; }; Loading