From b90ca0636cdf16dfb763f1cd6f3d4bf7ce975fb5 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Wed, 14 Aug 2013 14:52:09 +0200 Subject: [PATCH] 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-format-patch failed