diff options
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 8f1a098d270e..d1a76a6da6e2 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
@@ -781,7 +781,7 @@ static int | |||
781 | qla2x00_eh_wait_on_command(struct scsi_cmnd *cmd) | 781 | qla2x00_eh_wait_on_command(struct scsi_cmnd *cmd) |
782 | { | 782 | { |
783 | #define ABORT_POLLING_PERIOD 1000 | 783 | #define ABORT_POLLING_PERIOD 1000 |
784 | #define ABORT_WAIT_ITER ((10 * 1000) / (ABORT_POLLING_PERIOD)) | 784 | #define ABORT_WAIT_ITER ((2 * 1000) / (ABORT_POLLING_PERIOD)) |
785 | unsigned long wait_iter = ABORT_WAIT_ITER; | 785 | unsigned long wait_iter = ABORT_WAIT_ITER; |
786 | scsi_qla_host_t *vha = shost_priv(cmd->device->host); | 786 | scsi_qla_host_t *vha = shost_priv(cmd->device->host); |
787 | struct qla_hw_data *ha = vha->hw; | 787 | struct qla_hw_data *ha = vha->hw; |