Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2042
b: refs/heads/master
c: 4e33bd8
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley committed May 20, 2005
1 parent a83a92e commit a5998c1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 93fc4294fc112ce4e518a3f62dea8681dc39d9cf
refs/heads/master: 4e33bd874bce8b3df2ab52538db59730196383c3
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ultrastor.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ static int ultrastor_abort(Scsi_Cmnd *SCpnt)
config.mscp[mscp_index].SCint, SCpnt);
#endif
if (config.mscp[mscp_index].SCint == 0)
return FAILURE;
return FAILED;

if (config.mscp[mscp_index].SCint != SCpnt) panic("Bad abort");
config.mscp[mscp_index].SCint = NULL;
Expand Down

0 comments on commit a5998c1

Please sign in to comment.