|
@@ -3463,12 +3463,11 @@ static int get_fw_boot_info(struct scsi_qla_host *ha, uint16_t ddb_index[])
|
|
|
" target ID %d\n", __func__, ddb_index[0],
|
|
|
ddb_index[1]));
|
|
|
|
|
|
- ha->pri_ddb_idx = ddb_index[0];
|
|
|
- ha->sec_ddb_idx = ddb_index[1];
|
|
|
-
|
|
|
exit_boot_info_free:
|
|
|
dma_free_coherent(&ha->pdev->dev, size, buf, buf_dma);
|
|
|
exit_boot_info:
|
|
|
+ ha->pri_ddb_idx = ddb_index[0];
|
|
|
+ ha->sec_ddb_idx = ddb_index[1];
|
|
|
return ret;
|
|
|
}
|
|
|
|