Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 621
b: refs/heads/master
c: 69aa3f7
h: refs/heads/master
i:
  619: a2bfd2a
v: v3
  • Loading branch information
akpm@osdl.org authored and Linus Torvalds committed May 1, 2005
1 parent 96ed494 commit de7d346
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: e8e6993178344eb348f60f05b16d9dc30db3b9cf
refs/heads/master: 69aa3f71580990f39e387d96ed1001d2f5fb04b1
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 de7d346

Please sign in to comment.