commit | 8d95b322ba34b158146bc2fa6172304ef13ac232 | [log] [tgz] |
---|---|---|
author | Anna, Suman <s-anna@ti.com> | Fri Aug 12 18:42:25 2016 -0500 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Fri Aug 12 21:26:20 2016 -0700 |
tree | 5e56bd8dfc131008c109cee6a1d69b802d78c7cb | |
parent | a8bb3fd908309d9a3c01892b5854f82d462d8a3e [diff] |
rpmsg: 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>