Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28235
b: refs/heads/master
c: 6db874f
h: refs/heads/master
i:
  28233: cb4e469
  28231: 05a2b3f
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Jun 20, 2006
1 parent adc2b58 commit 19bf55f
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: 4f2ddba39a550eba9233d9f0e8309092da0ba293
refs/heads/master: 6db874fbdbedba5e15e76cc03b42f52ea70338c0
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/hptiop.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ static int hptiop_queuecommand(struct scsi_cmnd *scp,
req->header.context = cpu_to_le32(IOPMU_QUEUE_ADDR_HOST_BIT |
(u32)_req->index);
req->header.context_hi32 = 0;
req->dataxfer_length = cpu_to_le32(scp->bufflen);
req->dataxfer_length = cpu_to_le32(scp->request_bufflen);
req->channel = scp->device->channel;
req->target = scp->device->id;
req->lun = scp->device->lun;
Expand Down

0 comments on commit 19bf55f

Please sign in to comment.