Skip to content

Commit a355d86

Browse files
françois romieudavem330
authored andcommitted
tehuti: shorten PCI device table.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5d472b7 commit a355d86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/net/ethernet/tehuti/tehuti.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
#include "tehuti.h"
6868

6969
static DEFINE_PCI_DEVICE_TABLE(bdx_pci_tbl) = {
70-
{0x1FC9, 0x3009, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
71-
{0x1FC9, 0x3010, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
72-
{0x1FC9, 0x3014, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
73-
{0}
70+
{ PCI_VDEVICE(TEHUTI, 0x3009), },
71+
{ PCI_VDEVICE(TEHUTI, 0x3010), },
72+
{ PCI_VDEVICE(TEHUTI, 0x3014), },
73+
{ 0 }
7474
};
7575

7676
MODULE_DEVICE_TABLE(pci, bdx_pci_tbl);

0 commit comments

Comments
 (0)