Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26814
b: refs/heads/master
c: 093beac
h: refs/heads/master
v: v3
  • Loading branch information
Ishai Rabinovitz authored and Roland Dreier committed May 17, 2006
1 parent 0108bb5 commit 7c73b4b
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: ec2d7208494fe599a5ff13b40a0a20c9881f2737
refs/heads/master: 093beac189e4295d968f0d38787b46f76cb0eaaa
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/srp/ib_srp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ static int srp_reset_device(struct scsi_cmnd *scmnd)
list_for_each_entry_safe(req, tmp, &target->req_queue, list)
if (req->scmnd->device == scmnd->device) {
req->scmnd->result = DID_RESET << 16;
scmnd->scsi_done(scmnd);
req->scmnd->scsi_done(req->scmnd);
srp_remove_req(target, req);
}

Expand Down

0 comments on commit 7c73b4b

Please sign in to comment.