summaryrefslogtreecommitdiff
path: root/drivers/dma/fsldma.c
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-11-13 10:30:44 +0400
committerVinod Koul <vinod.koul@intel.com>2013-11-13 12:40:48 +0400
commitc3cc74b2474fad7876e275b2aa30886d708e55c5 (patch)
treebc348c00e1c513114d10ab18a117b9359b80f82e /drivers/dma/fsldma.c
parent40911c7dc0c318f094f7e9b0724db993df82df56 (diff)
downloadlinux-c3cc74b2474fad7876e275b2aa30886d708e55c5.tar.xz
dma: imx-sdma: Fix warnings for LPAE builds
This resolves a number of warnings such as the below when building with 64-bit dma_addr_t on arm: drivers/dma/imx-sdma.c:1092:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 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