summaryrefslogtreecommitdiff
path: root/drivers/dma/fsldma.c
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-11-13 10:30:43 +0400
committerVinod Koul <vinod.koul@intel.com>2013-11-13 12:40:48 +0400
commit40911c7dc0c318f094f7e9b0724db993df82df56 (patch)
tree73035e1f425713a06191c2230338528826ef99ad /drivers/dma/fsldma.c
parentb6d5050cccf6f5b664a9601f4a274175ed6ab0b4 (diff)
downloadlinux-40911c7dc0c318f094f7e9b0724db993df82df56.tar.xz
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/fsldma.c')
0 files changed, 0 insertions, 0 deletions