diff options
author | Olof Johansson <olof@lixom.net> | 2013-11-13 01:30:43 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-11-13 03:40:48 -0500 |
commit | 40911c7dc0c318f094f7e9b0724db993df82df56 (patch) | |
tree | 73035e1f425713a06191c2230338528826ef99ad /drivers/dma/iovlock.c | |
parent | b6d5050cccf6f5b664a9601f4a274175ed6ab0b4 (diff) |
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 'drivers/dma/iovlock.c')
0 files changed, 0 insertions, 0 deletions