Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217767
b: refs/heads/master
c: 21c1a90
h: refs/heads/master
i:
  217765: ca53669
  217763: d14c288
  217759: 50fd50a
v: v3
  • Loading branch information
Bart Van Assche authored and Roland Dreier committed Oct 25, 2010
1 parent 61216c1 commit 140b04f
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: 7ade400aba9a675b610074d6609658661db07eeb
refs/heads/master: 21c1a90769e680e7c1f49bae4c5804cf0c7bc814
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 @@ -1151,7 +1151,7 @@ static int srp_queuecommand(struct scsi_cmnd *scmnd,
ib_dma_sync_single_for_cpu(dev, iu->dma, srp_max_iu_len,
DMA_TO_DEVICE);

req = list_entry(target->free_reqs.next, struct srp_request, list);
req = list_first_entry(&target->free_reqs, struct srp_request, list);

scmnd->scsi_done = done;
scmnd->result = 0;
Expand Down

0 comments on commit 140b04f

Please sign in to comment.