* [PATCH 4/4 2.6.29] cxgb3 - Update FW loading patch
@ 2008-11-26 20:39 Divy Le Ray
2008-11-26 23:38 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Divy Le Ray @ 2008-11-26 20:39 UTC (permalink / raw)
To: jeff; +Cc: davem, netdev, linux-kernel, swise
From: Divy Le Ray <divy@chelsio.com>
Update FW loading path to accomodate in-kernel images location
Signed-off-by: Divy Le Ray <divy@chelsio.com>
---
drivers/net/cxgb3/cxgb3_main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/cxgb3/cxgb3_main.c b/drivers/net/cxgb3/cxgb3_main.c
index 96c94a4..46c114e 100644
--- a/drivers/net/cxgb3/cxgb3_main.c
+++ b/drivers/net/cxgb3/cxgb3_main.c
@@ -853,8 +853,8 @@ static int bind_qsets(struct adapter *adap)
return err;
}
-#define FW_FNAME "t3fw-%d.%d.%d.bin"
-#define TPSRAM_NAME "t3%c_protocol_sram-%d.%d.%d.bin"
+#define FW_FNAME "cxgb3/t3fw-%d.%d.%d.bin"
+#define TPSRAM_NAME "cxgb3/t3%c_psram-%d.%d.%d.bin"
static int upgrade_fw(struct adapter *adap)
{
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 4/4 2.6.29] cxgb3 - Update FW loading patch
2008-11-26 20:39 [PATCH 4/4 2.6.29] cxgb3 - Update FW loading patch Divy Le Ray
@ 2008-11-26 23:38 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-11-26 23:38 UTC (permalink / raw)
To: divy; +Cc: jeff, netdev, linux-kernel, swise
From: Divy Le Ray <divy@chelsio.com>
Date: Wed, 26 Nov 2008 12:39:18 -0800
> From: Divy Le Ray <divy@chelsio.com>
>
> Update FW loading path to accomodate in-kernel images location
>
> Signed-off-by: Divy Le Ray <divy@chelsio.com>
Also applied, thanks a lot.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-26 23:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-26 20:39 [PATCH 4/4 2.6.29] cxgb3 - Update FW loading patch Divy Le Ray
2008-11-26 23:38 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox