From: Andre Przywara Date: Wed, 14 Aug 2013 12:52:09 +0000 (+0200) Subject: DMA: fix printk warning in AMBA PL08x DMA driver X-Git-Tag: v3.12-rc1~75^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90ca0636cdf16dfb763f1cd6f3d4bf7ce975fb5;p=pandora-kernel.git DMA: fix printk warning in AMBA PL08x DMA driver In Rob's recent pull request the patch ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE promotes dma_addr_t to 64bit, so printk generates a warning about an incorrect type. Fix this by casting it to u64 and using %llx. Fixing long lines on the way. Signed-off-by: Andre Przywara Signed-off-by: Rob Herring --- Reading git-diff-tree failed