From: Andy Shevchenko Date: Tue, 19 Jun 2012 10:34:02 +0000 (+0300) Subject: dw_dmac: use proper casting to print dma_addr_t values X-Git-Tag: v3.6-rc1~109^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f45d613ffae00d3355de7871d9cbfd0f2292971;p=pandora-kernel.git dw_dmac: use proper casting to print dma_addr_t values dma_addr_t is sometimes 32 bit and sometimes 64. We normally cast them to unsigned long long for printk(). Signed-off-by: Andy Shevchenko Acked-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed