Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37289
b: refs/heads/master
c: 1f427e8
h: refs/heads/master
i:
  37287: dcc31dd
v: v3
  • Loading branch information
Stefan Richter committed Sep 17, 2006
1 parent 7c81955 commit cda5675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 09ee67abe997ee95cd3f6cc552fa9532bc722d83
refs/heads/master: 1f427e8055b1ab408395d6da421d93783120484c
4 changes: 2 additions & 2 deletions trunk/drivers/ieee1394/sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@ static int sbp2scsi_abort(struct scsi_cmnd *SCpnt)
/*
* Initiate a fetch agent reset.
*/
sbp2_agent_reset(scsi_id, 0);
sbp2_agent_reset(scsi_id, 1);
sbp2scsi_complete_all_commands(scsi_id, DID_BUS_BUSY);
}

Expand All @@ -2597,7 +2597,7 @@ static int sbp2scsi_reset(struct scsi_cmnd *SCpnt)

if (sbp2util_node_is_available(scsi_id)) {
SBP2_ERR("Generating sbp2 fetch agent reset");
sbp2_agent_reset(scsi_id, 0);
sbp2_agent_reset(scsi_id, 1);
}

return SUCCESS;
Expand Down

0 comments on commit cda5675

Please sign in to comment.