Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cxgb3: Update FW loading path.

Update FW loading path to accomodate in-kernel images location

Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Divy Le Ray and committed by
David S. Miller
851fd7bd ad58633c

+2 -2
+2 -2
drivers/net/cxgb3/cxgb3_main.c
··· 853 853 return err; 854 854 } 855 855 856 - #define FW_FNAME "t3fw-%d.%d.%d.bin" 857 - #define TPSRAM_NAME "t3%c_protocol_sram-%d.%d.%d.bin" 856 + #define FW_FNAME "cxgb3/t3fw-%d.%d.%d.bin" 857 + #define TPSRAM_NAME "cxgb3/t3%c_psram-%d.%d.%d.bin" 858 858 859 859 static int upgrade_fw(struct adapter *adap) 860 860 {