diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-08-11 03:33:08 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-11 03:33:08 -0400 |
commit | 4c71812261ce3c48a7c5dd257d96d9fd35d62287 (patch) | |
tree | 71a5dfc434fea89f9dfa45b9433f857cc433ef10 /drivers/scsi/sata_sx4.c | |
parent | 3db368f71a91f08c5a93a5bfb6ca1e2de2668e04 (diff) | |
parent | bc68552faad0e134eb22281343d5ae5a4873fa80 (diff) | |
download | op-kernel-dev-4c71812261ce3c48a7c5dd257d96d9fd35d62287.zip op-kernel-dev-4c71812261ce3c48a7c5dd257d96d9fd35d62287.tar.gz |
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'drivers/scsi/sata_sx4.c')
-rw-r--r-- | drivers/scsi/sata_sx4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_sx4.c b/drivers/scsi/sata_sx4.c index 8e59868..76644ea 100644 --- a/drivers/scsi/sata_sx4.c +++ b/drivers/scsi/sata_sx4.c @@ -468,7 +468,7 @@ static void pdc20621_dma_prep(struct ata_queued_cmd *qc) for (i = 0; i < last; i++) { buf[idx++] = cpu_to_le32(sg_dma_address(&sg[i])); buf[idx++] = cpu_to_le32(sg_dma_len(&sg[i])); - total_len += sg[i].length; + total_len += sg_dma_len(&sg[i]); } buf[idx - 1] |= cpu_to_le32(ATA_PRD_EOT); sgt_len = idx * 4; |