Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7743
b: refs/heads/master
c: e47373e
h: refs/heads/master
i:
  7741: 77ab1a8
  7739: ac52b3a
  7735: 9a94f04
  7727: 5585c66
  7711: f696870
  7679: 424844c
v: v3
  • Loading branch information
Alan Stern authored and James Bottomley committed Sep 6, 2005
1 parent 7e3f07d commit e5c3c27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4dddbc26c3895ecdab1f4b16435685b47f96f599
refs/heads/master: e47373ec1c9aab9ee134f4e2b8249957e9f4c7ef
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/scsi_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,11 @@ static int scsi_eh_tur(struct scsi_cmnd *scmd)
__FUNCTION__, scmd, rtn));
if (rtn == SUCCESS)
return 0;
else if (rtn == NEEDS_RETRY)
else if (rtn == NEEDS_RETRY) {
if (retry_cnt--)
goto retry_tur;
return 0;
}
return 1;
}

Expand Down

0 comments on commit e5c3c27

Please sign in to comment.