From: Catalin Marinas Date: Tue, 23 Aug 2011 12:59:14 +0000 (+0100) Subject: ARM: 7058/1: LPAE: Cast the dma_addr_t argument to unsigned long in dma_to_virt X-Git-Tag: v3.2-rc1~189^2~1^7~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01f461a3a4321a9f98b6b508f32d2396c5704b7c;p=pandora-kernel.git ARM: 7058/1: LPAE: Cast the dma_addr_t argument to unsigned long in dma_to_virt This is to avoid a compiler warning when invoking the __bus_to_virt() macro. The dma_to_virt() function gets addresses within the 32-bit range. Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed