diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_sup.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_sup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_sup.c b/drivers/scsi/qla2xxx/qla_sup.c index 3866a5760f15..8d68c463cd5b 100644 --- a/drivers/scsi/qla2xxx/qla_sup.c +++ b/drivers/scsi/qla2xxx/qla_sup.c | |||
@@ -1354,7 +1354,7 @@ qla2x00_resume_hba(struct scsi_qla_host *ha) | |||
1354 | /* Resume HBA. */ | 1354 | /* Resume HBA. */ |
1355 | clear_bit(MBX_UPDATE_FLASH_ACTIVE, &ha->mbx_cmd_flags); | 1355 | clear_bit(MBX_UPDATE_FLASH_ACTIVE, &ha->mbx_cmd_flags); |
1356 | set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags); | 1356 | set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags); |
1357 | up(ha->dpc_wait); | 1357 | qla2xxx_wake_dpc(ha); |
1358 | qla2x00_wait_for_hba_online(ha); | 1358 | qla2x00_wait_for_hba_online(ha); |
1359 | scsi_unblock_requests(ha->host); | 1359 | scsi_unblock_requests(ha->host); |
1360 | } | 1360 | } |
@@ -1652,7 +1652,7 @@ qla24xx_write_optrom_data(struct scsi_qla_host *ha, uint8_t *buf, | |||
1652 | /* Resume HBA -- RISC reset needed. */ | 1652 | /* Resume HBA -- RISC reset needed. */ |
1653 | clear_bit(MBX_UPDATE_FLASH_ACTIVE, &ha->mbx_cmd_flags); | 1653 | clear_bit(MBX_UPDATE_FLASH_ACTIVE, &ha->mbx_cmd_flags); |
1654 | set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags); | 1654 | set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags); |
1655 | up(ha->dpc_wait); | 1655 | qla2xxx_wake_dpc(ha); |
1656 | qla2x00_wait_for_hba_online(ha); | 1656 | qla2x00_wait_for_hba_online(ha); |
1657 | scsi_unblock_requests(ha->host); | 1657 | scsi_unblock_requests(ha->host); |
1658 | 1658 | ||