* [net PATCH 1/1] bnx2x: fix 57840_MF pci id
@ 2012-08-26 10:35 Yuval Mintz
2012-08-30 17:13 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Yuval Mintz @ 2012-08-26 10:35 UTC (permalink / raw)
To: netdev, davem; +Cc: eilong, mchan, Yuval Mintz
Commit c3def943c7117d42caaed3478731ea7c3c87190e 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>
---
Hi Dave,
Please consider applying this correction to 'net'.
Thanks,
Yuval
---
include/linux/pci_ids.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index fc35260..6b4565c 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2149,7 +2149,7 @@
#define PCI_DEVICE_ID_TIGON3_5704S 0x16a8
#define PCI_DEVICE_ID_NX2_57800_VF 0x16a9
#define PCI_DEVICE_ID_NX2_5706S 0x16aa
-#define PCI_DEVICE_ID_NX2_57840_MF 0x16ab
+#define PCI_DEVICE_ID_NX2_57840_MF 0x16a4
#define PCI_DEVICE_ID_NX2_5708S 0x16ac
#define PCI_DEVICE_ID_NX2_57840_VF 0x16ad
#define PCI_DEVICE_ID_NX2_57810_MF 0x16ae
--
1.7.9.rc2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [net PATCH 1/1] bnx2x: fix 57840_MF pci id
2012-08-26 10:35 [net PATCH 1/1] bnx2x: fix 57840_MF pci id Yuval Mintz
@ 2012-08-30 17:13 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-08-30 17:13 UTC (permalink / raw)
To: yuvalmin; +Cc: netdev, eilong, mchan
From: "Yuval Mintz" <yuvalmin@broadcom.com>
Date: Sun, 26 Aug 2012 13:35:45 +0300
> Commit c3def943c7117d42caaed3478731ea7c3c87190e 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>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-30 17:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-26 10:35 [net PATCH 1/1] bnx2x: fix 57840_MF pci id Yuval Mintz
2012-08-30 17:13 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).