netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2 net-next-2.6] cxgb3: fix EDC filename string
@ 2009-07-31  7:23 Divy Le Ray
  2009-07-31  7:23 ` [PATCH 2/2 net-next-2.6] cxgb3: fix Gen2 pci default settings Divy Le Ray
  2009-08-02 19:30 ` [PATCH 1/2 net-next-2.6] cxgb3: fix EDC filename string David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Divy Le Ray @ 2009-07-31  7:23 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, swise

From: Divy Le Ray <divy@chelsio.com>

Fix a cut'n paste error in the AEL2020 twinax EDC file name

Signed-off-by: Divy Le Ray <divy@chelsio.com>
---

 drivers/net/cxgb3/cxgb3_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/drivers/net/cxgb3/cxgb3_main.c b/drivers/net/cxgb3/cxgb3_main.c
index ec05149..8b3e76c 100644
--- a/drivers/net/cxgb3/cxgb3_main.c
+++ b/drivers/net/cxgb3/cxgb3_main.c
@@ -993,7 +993,7 @@ static int bind_qsets(struct adapter *adap)
 #define TPSRAM_NAME "cxgb3/t3%c_psram-%d.%d.%d.bin"
 #define AEL2005_OPT_EDC_NAME "cxgb3/ael2005_opt_edc.bin"
 #define AEL2005_TWX_EDC_NAME "cxgb3/ael2005_twx_edc.bin"
-#define AEL2020_TWX_EDC_NAME "cxgb3/ael2005_twx_edc.bin"
+#define AEL2020_TWX_EDC_NAME "cxgb3/ael2020_twx_edc.bin"
 
 static inline const char *get_edc_fw_name(int edc_idx)
 {

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-08-02 19:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-31  7:23 [PATCH 1/2 net-next-2.6] cxgb3: fix EDC filename string Divy Le Ray
2009-07-31  7:23 ` [PATCH 2/2 net-next-2.6] cxgb3: fix Gen2 pci default settings Divy Le Ray
2009-08-02 19:30   ` David Miller
2009-08-02 19:30 ` [PATCH 1/2 net-next-2.6] cxgb3: fix EDC filename string 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).