[SCSI] qla2xxx: Add EDC-update support.
[deliverable/linux.git] / drivers / scsi / qla2xxx / qla_os.c
index ba3309f85560609d2474d9257a01b1e034f5e255..9bb4b2ed6608c7972740738743166d9ee646313c 100644 (file)
@@ -2337,6 +2337,9 @@ qla2x00_mem_free(struct qla_hw_data *ha)
        if (ha->sfp_data)
                dma_pool_free(ha->s_dma_pool, ha->sfp_data, ha->sfp_data_dma);
 
+       if (ha->edc_data)
+               dma_pool_free(ha->s_dma_pool, ha->edc_data, ha->edc_data_dma);
+
        if (ha->ms_iocb)
                dma_pool_free(ha->s_dma_pool, ha->ms_iocb, ha->ms_iocb_dma);
 
This page took 0.027072 seconds and 5 git commands to generate.