Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19792
b: refs/heads/master
c: e22bec2
h: refs/heads/master
v: v3
  • Loading branch information
Markus Lidel authored and Linus Torvalds committed Feb 5, 2006
1 parent 560ff2e commit 49701c1
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: 238e7db9357bfe1ce3d6f7ac1e60e595e9d46b7b
refs/heads/master: e22bec266cd6f540da2a61db216914c3473135cc
2 changes: 1 addition & 1 deletion trunk/drivers/message/i2o/i2o_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ static int i2o_scsi_abort(struct scsi_cmnd *SCpnt)
cpu_to_le32(I2O_CMD_SCSI_ABORT << 24 | HOST_TID << 12 | tid);
msg->body[0] = cpu_to_le32(i2o_cntxt_list_get_ptr(c, SCpnt));

if (i2o_msg_post_wait(c, msg, I2O_TIMEOUT_SCSI_SCB_ABORT))
if (!i2o_msg_post_wait(c, msg, I2O_TIMEOUT_SCSI_SCB_ABORT))
status = SUCCESS;

return status;
Expand Down

0 comments on commit 49701c1

Please sign in to comment.