Olof Johansson c3cc74b247 dma: imx-sdma: Fix warnings for LPAE builds
This resolves a number of warnings such as the below when building with
64-bit dma_addr_t on arm:

drivers/dma/imx-sdma.c:1092:3: warning: format '%x' expects argument of
  type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]

..by upcasting to u64 and using %llx.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2013-11-13 14:10:48 +05:30
..
2013-10-30 15:42:19 +05:30
2013-08-25 16:43:45 +05:30
2013-01-07 17:36:37 +01:00
2013-11-13 14:10:20 +05:30
2013-08-05 09:32:24 +05:30
2013-10-31 22:36:13 +05:30
2012-09-01 08:57:12 -07:00
2013-09-02 11:59:58 +05:30
2013-08-13 16:56:41 +05:30