From: Olof Johansson Date: Wed, 13 Nov 2013 06:30:44 +0000 (-0800) Subject: dma: imx-sdma: Fix warnings for LPAE builds X-Git-Tag: v3.13-rc1~29^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3cc74b2474fad7876e275b2aa30886d708e55c5;p=pandora-kernel.git dma: imx-sdma: Fix warnings for LPAE builds This resolves a number of warnings such as the below when building with 64-bit dma_addr_t on arm: drivers/dma/imx-sdma.c:1092:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=] ..by upcasting to u64 and using %llx. Signed-off-by: Olof Johansson Signed-off-by: Vinod Koul --- Reading git-diff-tree failed