Arnd Bergmann 2c5d7407e0 dmaengine: at_hdmac: use %pad format string for dma_addr_t
dma_addr_t may be defined as 32 or 64 bit depending on configuration,
so it cannot be printed using the normal format strings, as
gcc correctly warns:

drivers/dma/at_hdmac.c: In function 'atc_prep_dma_interleaved':
drivers/dma/at_hdmac.c:731:28: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'dma_addr_t {aka long long unsigned int}' [-Wformat=]

This changes the format strings to use the special "%pad" format
string that prints a dma_addr_t, and changes the arguments so we
pass the address by reference as required.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2015-11-16 09:21:05 +05:30
..
2015-11-10 10:05:17 -08:00
2015-10-17 21:22:08 -07:00
2015-11-10 10:05:17 -08:00
2013-01-07 17:36:37 +01:00
2015-11-10 10:05:17 -08:00
2015-11-10 10:05:17 -08:00
2015-09-04 11:10:18 -07:00
2015-09-04 11:10:18 -07:00
2015-11-10 10:05:17 -08:00
2015-11-10 10:05:17 -08:00