From: Marek Szyprowski Date: Mon, 29 Aug 2011 06:20:56 +0000 (-0300) Subject: [media] media: vb2: dma contig allocator: use dma_addr instread of paddr X-Git-Tag: v3.2-rc1~112^2~215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba7fcb0c954921534707f08ebc4d8beeb2eb17e7;p=pandora-kernel.git [media] media: vb2: dma contig allocator: use dma_addr instread of paddr Use the correct 'dma_addr' name for the buffer address. 'paddr' suggested that this is the physical address in system memory. For most ARM platforms these two are the same, but this is not a generic rule. 'dma_addr' will also point better to dma-mapping api. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park CC: Pawel Osciak Acked-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed