Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29511
b: refs/heads/master
c: 233277c
h: refs/heads/master
i:
  29509: c4727a0
  29507: 91b3a35
  29503: e9f89f2
v: v3
  • Loading branch information
Brian King authored and Jeff Garzik committed Jun 12, 2006
1 parent da318ce commit 40be92a
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: bd5d825c9434b83925a88bd30eb9eef51908a3c9
refs/heads/master: 233277cad6dacca6a8e53743641cf43ef7f37c4a
1 change: 1 addition & 0 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3287,6 +3287,7 @@ void ata_sg_init_one(struct ata_queued_cmd *qc, void *buf, unsigned int buflen)
qc->n_elem = 1;
qc->orig_n_elem = 1;
qc->buf_virt = buf;
qc->nbytes = buflen;

sg = qc->__sg;
sg_init_one(sg, buf, buflen);
Expand Down

0 comments on commit 40be92a

Please sign in to comment.