Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75076
b: refs/heads/master
c: a169e63
h: refs/heads/master
v: v3
  • Loading branch information
Boaz Harrosh authored and James Bottomley committed Dec 18, 2007
1 parent 39dc772 commit 161393d
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: cd81621c5c5c869b848818b506962dab4499e0d9
refs/heads/master: a169e63740779f62a9a5ddf0aa61091a393a03c5
1 change: 1 addition & 0 deletions trunk/drivers/scsi/initio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2616,6 +2616,7 @@ static void initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * c
scsi_for_each_sg(cmnd, sglist, cblk->sglen, i) {
sg->data = cpu_to_le32((u32)sg_dma_address(sglist));
total_len += sg->len = cpu_to_le32((u32)sg_dma_len(sglist));
++sg;
}

cblk->buflen = (scsi_bufflen(cmnd) > total_len) ?
Expand Down

0 comments on commit 161393d

Please sign in to comment.