git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40911c7
)
dma: imx-sdma: Fix warnings for LPAE builds
author
Olof Johansson
<olof@lixom.net>
Wed, 13 Nov 2013 06:30:44 +0000
(22:30 -0800)
committer
Vinod Koul
<vinod.koul@intel.com>
Wed, 13 Nov 2013 08:40:48 +0000
(14:10 +0530)
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>
drivers/dma/imx-sdma.c
patch
|
blob
|
history
diff --cc
drivers/dma/imx-sdma.c
Simple merge