summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Makefile
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2012-03-04 13:33:28 +0200
committerOhad Ben-Cohen <ohad@wizery.com>2012-03-04 13:43:41 +0200
commit9d8ae5c22b73852e9b23ba4e520a64c29bbfc939 (patch)
treefff5ae1425f1b30ba19ef5ffe3b109af4643cb38 /drivers/remoteproc/Makefile
parentf1d9e9c767f96f57a3cca5304c046f692e115ec9 (diff)
downloadop-kernel-dev-9d8ae5c22b73852e9b23ba4e520a64c29bbfc939.zip
op-kernel-dev-9d8ae5c22b73852e9b23ba4e520a64c29bbfc939.tar.gz
rpmsg: fix build warning when dma_addr_t is 64-bit
dev_dbg() in rpmsg_probe() made use of the %x formatting that expects an 'unsigned int' which dma_addr_t is not in cases where dma_addr_t is 64-bit (CONFIG_ARCH_DMA_ADDR_T_64BIT). Casting to a 'unsigned long long' and using %llx will avoid this. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> CC: Ohad Ben-Cohen <ohad@wizery.com> CC: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Diffstat (limited to 'drivers/remoteproc/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud