forked from Minki/linux
cxgb3: fix EDC filename string
Fix a cut'n paste error in the AEL2020 twinax EDC file name Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e33b992d15
commit
9450526ac7
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user