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-03-18 22:13:14 +05:30
2015-11-10 10:05:17 -08:00
2015-10-17 21:22:08 -07:00
2015-09-21 21:10:05 +05:30
2015-09-16 15:47:51 +02:00
2015-03-16 22:28:15 +05:30
2015-11-16 08:39:52 +05:30
2015-10-01 07:35:39 +05:30
2015-11-10 10:05:17 -08:00
2015-08-18 22:12:14 +05:30
2015-11-16 09:21:05 +05:30
2015-11-16 09:21:05 +05:30
2015-11-16 09:20:57 +05:30
2015-03-30 23:17:08 +05:30
2013-02-26 09:24:48 -08:00
2015-08-05 10:53:52 +05:30
2013-01-07 17:36:37 +01:00
2015-04-11 21:12:58 +05:30
2015-08-23 18:55:10 +05:30
2015-04-24 09:49:37 -07:00
2015-08-18 22:28:50 +05:30
2015-11-10 10:05:17 -08:00
2012-03-13 11:37:22 +05:30
2015-05-28 11:32:10 +09:30
2015-11-16 09:07:35 +05:30
2015-05-04 16:38:55 +05:30
2015-04-02 16:11:35 +05:30
2015-04-02 16:10:27 +05:30
2015-06-25 09:22:32 +05:30
2015-10-01 07:34:31 +05:30
2015-01-13 23:58:08 +05:30
2015-11-10 10:05:17 -08:00
2015-09-25 07:54:05 +05:30
2015-03-18 22:44:58 +05:30
2015-08-05 10:53:52 +05:30
2015-11-16 09:14:25 +05:30
2015-08-25 09:59:46 +02:00
2015-08-05 10:53:52 +05:30
2015-10-31 07:37:05 +05:30
2015-08-18 22:12:14 +05:30
2015-09-24 20:55:58 +05:30
2015-10-04 12:46:06 +01:00
2015-08-05 10:53:52 +05:30
2015-08-05 10:53:52 +05:30
2015-08-05 10:53:52 +05:30
2015-10-01 07:34:31 +05:30
2015-10-01 07:34:31 +05:30
2015-09-04 11:10:18 -07:00
2015-06-10 22:18:31 +05:30
2015-05-04 16:38:55 +05:30
2015-05-04 16:38:55 +05:30
2015-05-09 17:11:25 +05:30
2015-10-05 16:31:34 +01:00
2015-07-06 19:18:53 +05:30
2015-09-04 11:10:18 -07:00
2015-10-01 07:44:31 +05:30
2015-04-24 09:49:37 -07:00
2015-05-04 16:38:55 +05:30
2015-04-17 23:24:35 +05:30
2015-10-01 07:34:31 +05:30
2013-06-04 11:12:10 +02:00
2013-05-23 21:13:19 +02:00
2015-10-25 04:15:40 +05:30
2015-09-30 12:17:22 +05:30
2015-10-01 07:35:26 +05:30
2015-08-20 12:10:25 +05:30
2015-10-27 10:22:45 +09:00
2015-07-06 19:18:53 +05:30
2014-07-15 22:14:30 +05:30
2014-12-22 12:33:22 +05:30
2014-11-24 22:46:44 +01:00
2015-07-31 20:33:43 +05:30
2015-10-27 11:12:09 +09:00
2015-11-10 10:05:17 -08:00
2015-11-10 10:05:17 -08:00