aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_mr.c
diff options
context:
space:
mode:
authorChad Dupuis <chad.dupuis@qlogic.com>2013-10-30 03:38:14 -0400
committerJames Bottomley <JBottomley@Parallels.com>2013-12-19 10:38:57 -0500
commit50280c014de9d10f430bfbf3b343784d4cf1fc15 (patch)
tree9891ff39d7d8ed9d12775852523d51feb0cae38a /drivers/scsi/qla2xxx/qla_mr.c
parent8f476115b2fac206588c11aaa3fc20408d35bb15 (diff)
[SCSI] Revert "qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low."
This reverts commit 3c290d0b5f8ff7b0fd2c964c5ec2c14191a9e790 Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_mr.c')
-rw-r--r--drivers/scsi/qla2xxx/qla_mr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/qla2xxx/qla_mr.c b/drivers/scsi/qla2xxx/qla_mr.c
index 30d20e74e48a..cd3bedd00487 100644
--- a/drivers/scsi/qla2xxx/qla_mr.c
+++ b/drivers/scsi/qla2xxx/qla_mr.c
@@ -2419,7 +2419,6 @@ qlafx00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt)
2419 2419
2420 /* Fast path completion. */ 2420 /* Fast path completion. */
2421 if (comp_status == CS_COMPLETE && scsi_status == 0) { 2421 if (comp_status == CS_COMPLETE && scsi_status == 0) {
2422 qla2x00_do_host_ramp_up(vha);
2423 qla2x00_process_completed_request(vha, req, handle); 2422 qla2x00_process_completed_request(vha, req, handle);
2424 return; 2423 return;
2425 } 2424 }
@@ -2630,9 +2629,6 @@ check_scsi_status:
2630 rsp_info_len, resid_len, fw_resid_len, sense_len, 2629 rsp_info_len, resid_len, fw_resid_len, sense_len,
2631 par_sense_len, rsp_info_len); 2630 par_sense_len, rsp_info_len);
2632 2631
2633 if (!res)
2634 qla2x00_do_host_ramp_up(vha);
2635
2636 if (rsp->status_srb == NULL) 2632 if (rsp->status_srb == NULL)
2637 sp->done(ha, sp, res); 2633 sp->done(ha, sp, res);
2638} 2634}