From: Laxman Dewangan Date: Fri, 22 Jun 2012 15:11:10 +0000 (+0530) Subject: dma: tegra: use sg_dma_address() for getting dma buffer address X-Git-Tag: v3.6-rc1~109^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=597c854974db20eebe87e91df0d12daaefabf525;p=pandora-kernel.git dma: tegra: use sg_dma_address() for getting dma buffer address Use the sg_dma_address() to get the segment buffer address for DMA transfer in place of sg_phys() which returns the physical address of an sg entry. The sg_dma_address() returns the correct buffer memory address for DMA transfer. Signed-off-by: Laxman Dewangan Acked-by: Stephen Warren Signed-off-by: Vinod Koul --- Reading git-diff-tree failed