diff options
author | Olof Johansson <olof@lixom.net> | 2013-11-13 07:30:43 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-11-13 09:40:48 +0100 |
commit | 40911c7dc0c318f094f7e9b0724db993df82df56 (patch) | |
tree | 73035e1f425713a06191c2230338528826ef99ad /.mailmap | |
parent | dmaengine: edma: remove duplicate kfree (diff) | |
download | linux-40911c7dc0c318f094f7e9b0724db993df82df56.tar.xz linux-40911c7dc0c318f094f7e9b0724db993df82df56.zip |
dmaengine: ipu: fix warnings from 64-bit dma_addr_t printouts
This resolves a number of warnings such as the below when building with
64-bit dma_addr_t on arm:
drivers/dma/ipu/ipu_idmac.c:1235:2: warning: format '%x' expects argument
of type 'unsigned int', but argument 5 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>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions