remoteproc: use proper format-specifier for printing dma_addr_t
authorAnna, Suman <s-anna@ti.com>
Fri, 12 Aug 2016 23:42:16 +0000 (18:42 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 13 Aug 2016 04:27:46 +0000 (21:27 -0700)
commitb605ed8b2db63aea1e0ee9fce5513ae3ff8c8928
treeee802d530aaa28d7d10e3678faacb2d647d53345
parent4e968d9e46ceee57e3f5b96d1486745416c9a4a5
remoteproc: use proper format-specifier for printing dma_addr_t

The dma_addr_t types can be printed properly using the %pad
printk format-specifier, there is no need to resort to the
unsigned long long type-casting to deal with different possible
type sizes.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_core.c