Andre Przywara b90ca0636c 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 <andre.przywara@linaro.org>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
2013-08-22 20:48:39 -05:00
..
2013-01-07 17:36:37 +01:00
2013-07-05 11:40:32 +05:30
2012-09-01 08:57:12 -07:00
2013-07-05 11:40:50 +05:30
2013-07-28 19:08:33 +05:30