1
0
Files
linux/drivers
Tejun Heo fae009847c [PATCH] sata: fix sata_sx4 dma_prep to not use sg->length
sata_sx4 directly references sg->length to calculate total_len in
pdc20621_dma_prep().  This is incorrect as dma_map_sg() could have
merged multiple sg's into one and, in such case, sg->length doesn't
reflect true size of the entry.  This patch makes it use
sg_dma_len(sg).

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-08-10 13:34:58 -04:00
..
2005-07-30 09:47:53 -05:00
2005-07-27 16:25:57 -07:00
2005-08-04 13:00:55 -07:00
2005-07-12 16:01:02 -07:00
2005-07-29 13:12:51 -07:00
2005-07-11 14:14:31 -07:00