Skip to content

Commit 5c879d2

Browse files
Yuval Mintzdavem330
authored andcommitted
bnx2x: fix 57840_MF pci id
Commit c3def94 have added support for new pci ids of the 57840 board, while failing to change the obsolete value in 'pci_ids.h'. This patch does so, allowing the probe of such devices. Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent acbb219 commit 5c879d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/pci_ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@
21492149
#define PCI_DEVICE_ID_TIGON3_5704S 0x16a8
21502150
#define PCI_DEVICE_ID_NX2_57800_VF 0x16a9
21512151
#define PCI_DEVICE_ID_NX2_5706S 0x16aa
2152-
#define PCI_DEVICE_ID_NX2_57840_MF 0x16ab
2152+
#define PCI_DEVICE_ID_NX2_57840_MF 0x16a4
21532153
#define PCI_DEVICE_ID_NX2_5708S 0x16ac
21542154
#define PCI_DEVICE_ID_NX2_57840_VF 0x16ad
21552155
#define PCI_DEVICE_ID_NX2_57810_MF 0x16ae

0 commit comments

Comments
 (0)