From: Olof Johansson Date: Wed, 13 Nov 2013 06:30:43 +0000 (-0800) Subject: dmaengine: ipu: fix warnings from 64-bit dma_addr_t printouts X-Git-Tag: v3.13-rc1~29^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40911c7dc0c318f094f7e9b0724db993df82df56;p=pandora-kernel.git dmaengine: ipu: fix warnings from 64-bit dma_addr_t printouts This resolves a number of warnings such as the below when building with 64-bit dma_addr_t on arm: drivers/dma/ipu/ipu_idmac.c:1235:2: warning: format '%x' expects argument of type 'unsigned int', but argument 5 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