diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_init.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 2ccdd848bcf6..101cf12b9a47 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -3137,14 +3137,14 @@ qla2x00_abort_isp(scsi_qla_host_t *ha) | |||
3137 | ha->isp_abort_cnt--; | 3137 | ha->isp_abort_cnt--; |
3138 | DEBUG(printk("qla%ld: ISP abort - " | 3138 | DEBUG(printk("qla%ld: ISP abort - " |
3139 | "retry remaining %d\n", | 3139 | "retry remaining %d\n", |
3140 | ha->host_no, ha->isp_abort_cnt);) | 3140 | ha->host_no, ha->isp_abort_cnt)); |
3141 | status = 1; | 3141 | status = 1; |
3142 | } | 3142 | } |
3143 | } else { | 3143 | } else { |
3144 | ha->isp_abort_cnt = MAX_RETRIES_OF_ISP_ABORT; | 3144 | ha->isp_abort_cnt = MAX_RETRIES_OF_ISP_ABORT; |
3145 | DEBUG(printk("qla2x00(%ld): ISP error recovery " | 3145 | DEBUG(printk("qla2x00(%ld): ISP error recovery " |
3146 | "- retrying (%d) more times\n", | 3146 | "- retrying (%d) more times\n", |
3147 | ha->host_no, ha->isp_abort_cnt);) | 3147 | ha->host_no, ha->isp_abort_cnt)); |
3148 | set_bit(ISP_ABORT_RETRY, &ha->dpc_flags); | 3148 | set_bit(ISP_ABORT_RETRY, &ha->dpc_flags); |
3149 | status = 1; | 3149 | status = 1; |
3150 | } | 3150 | } |
@@ -3158,7 +3158,7 @@ qla2x00_abort_isp(scsi_qla_host_t *ha) | |||
3158 | } else { | 3158 | } else { |
3159 | DEBUG(printk(KERN_INFO | 3159 | DEBUG(printk(KERN_INFO |
3160 | "qla2x00_abort_isp(%ld): exiting.\n", | 3160 | "qla2x00_abort_isp(%ld): exiting.\n", |
3161 | ha->host_no);) | 3161 | ha->host_no)); |
3162 | } | 3162 | } |
3163 | 3163 | ||
3164 | return(status); | 3164 | return(status); |
@@ -3234,7 +3234,7 @@ qla2x00_restart_isp(scsi_qla_host_t *ha) | |||
3234 | clear_bit(RESET_MARKER_NEEDED, &ha->dpc_flags); | 3234 | clear_bit(RESET_MARKER_NEEDED, &ha->dpc_flags); |
3235 | if (!(status = qla2x00_fw_ready(ha))) { | 3235 | if (!(status = qla2x00_fw_ready(ha))) { |
3236 | DEBUG(printk("%s(): Start configure loop, " | 3236 | DEBUG(printk("%s(): Start configure loop, " |
3237 | "status = %d\n", __func__, status);) | 3237 | "status = %d\n", __func__, status)); |
3238 | 3238 | ||
3239 | /* Issue a marker after FW becomes ready. */ | 3239 | /* Issue a marker after FW becomes ready. */ |
3240 | qla2x00_marker(ha, 0, 0, MK_SYNC_ALL); | 3240 | qla2x00_marker(ha, 0, 0, MK_SYNC_ALL); |
@@ -3258,7 +3258,7 @@ qla2x00_restart_isp(scsi_qla_host_t *ha) | |||
3258 | 3258 | ||
3259 | DEBUG(printk("%s(): Configure loop done, status = 0x%x\n", | 3259 | DEBUG(printk("%s(): Configure loop done, status = 0x%x\n", |
3260 | __func__, | 3260 | __func__, |
3261 | status);) | 3261 | status)); |
3262 | } | 3262 | } |
3263 | return (status); | 3263 | return (status); |
3264 | } | 3264 | } |