Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57027
b: refs/heads/master
c: bcd4e22
h: refs/heads/master
i:
  57025: 4b89a4c
  57023: eb47503
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed May 16, 2007
1 parent 2109ab6 commit 8a50317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bdd0d7571ac83190ec0caafb86d0d35ba2616fd2
refs/heads/master: bcd4e22540309f2f135f278cffe134c63dbcaee5
1 change: 1 addition & 0 deletions trunk/drivers/scsi/libsrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ static int srp_indirect_data(struct scsi_cmnd *sc, struct srp_cmd *cmd,

sg_init_one(&dummy, md, id->table_desc.len);
sg_dma_address(&dummy) = token;
sg_dma_len(&dummy) = id->table_desc.len;
err = rdma_io(sc, &dummy, 1, &id->table_desc, 1, DMA_TO_DEVICE,
id->table_desc.len);
if (err) {
Expand Down

0 comments on commit 8a50317

Please sign in to comment.