From: Russell King Date: Tue, 20 Nov 2012 12:17:51 +0000 (+0000) Subject: ASoC: kirkwood-dma: fix use of virt_to_phys() X-Git-Tag: v3.7-rc7~12^2~3^2^3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6a5d37725853325a2b3460165fbc5613ce2916;p=pandora-kernel.git ASoC: kirkwood-dma: fix use of virt_to_phys() This is part of a patch found in Rabeeh Khoury's git tree for the cubox. You can not use virt_to_phys() on the address returned from dma_alloc_coherent(); it may not be part of the kernel direct-mapped memory. Fix this to use the DMA address instead. Signed-off-by: Russell King Signed-off-by: Mark Brown --- Reading git-diff-tree failed