|
@@ -932,8 +932,7 @@ static int scsi_eh_try_stu(struct scsi_cmnd *scmd)
|
|
|
int i, rtn = NEEDS_RETRY;
|
|
|
|
|
|
for (i = 0; rtn == NEEDS_RETRY && i < 2; i++)
|
|
|
- rtn = scsi_send_eh_cmnd(scmd, stu_command, 6,
|
|
|
- scmd->device->timeout, 0);
|
|
|
+ rtn = scsi_send_eh_cmnd(scmd, stu_command, 6, scmd->device->request_queue->rq_timeout, 0);
|
|
|
|
|
|
if (rtn == SUCCESS)
|
|
|
return 0;
|