[SCSI] qla2xxx: Use byte-address while reading FC boot code versions from flash.
[deliverable/linux.git] / drivers / scsi / qla2xxx / qla_init.c
index 87f9abc714604b9927b019ebb67f71cf11f01c5a..1d28b5335648f49d14428a12b0237011614c578e 100644 (file)
@@ -816,7 +816,7 @@ qla2x00_alloc_fw_dump(scsi_qla_host_t *vha)
                qla_printk(KERN_INFO, ha, "Allocated (%d KB) for FCE...\n",
                    FCE_SIZE / 1024);
 
-               fce_size = sizeof(struct qla2xxx_fce_chain) + EFT_SIZE;
+               fce_size = sizeof(struct qla2xxx_fce_chain) + FCE_SIZE;
                ha->flags.fce_enabled = 1;
                ha->fce_dma = tc_dma;
                ha->fce = tc;
This page took 0.024147 seconds and 5 git commands to generate.