From: Nicolas Ferre Date: Wed, 15 Dec 2010 17:50:16 +0000 (+0100) Subject: dmaengine: at_hdmac: use dma_address to program DMA hardware X-Git-Tag: v2.6.38-rc1~25^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f70e8cea3ac6a765289811c590a16934bf47711;p=pandora-kernel.git dmaengine: at_hdmac: use dma_address to program DMA hardware In atc_prep_slave_sg() function we use dma_address field of scatterlist with sg_dma_address() macro instead of sg_phys(). DMA address is already computed by dma_map_sg() or another mapping function in calling driver. Signed-off-by: Nicolas Ferre Signed-off-by: Dan Williams --- Reading git-diff-tree failed