Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198981
b: refs/heads/master
c: b8803b1
h: refs/heads/master
i:
  198979: fad1d72
v: v3
  • Loading branch information
Wayne Boyer authored and James Bottomley committed May 24, 2010
1 parent e367452 commit f724302
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7be96900a2a662c67403559acd250f011b1d70db
refs/heads/master: b8803b1cef28af785c4e903b9b1449898d68c758
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -5021,6 +5021,8 @@ static int ipr_build_ioadl64(struct ipr_ioa_cfg *ioa_cfg,
ipr_cmd->dma_use_sg = nseg;

ioarcb->data_transfer_length = cpu_to_be32(length);
ioarcb->ioadl_len =
cpu_to_be32(sizeof(struct ipr_ioadl64_desc) * ipr_cmd->dma_use_sg);

if (scsi_cmd->sc_data_direction == DMA_TO_DEVICE) {
ioadl_flags = IPR_IOADL_FLAGS_WRITE;
Expand Down

0 comments on commit f724302

Please sign in to comment.