| commit | b605ed8b2db63aea1e0ee9fce5513ae3ff8c8928 | [log] [tgz] |
|---|---|---|
| author | Anna, Suman <s-anna@ti.com> | Fri Aug 12 18:42:16 2016 -0500 |
| committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Fri Aug 12 21:27:46 2016 -0700 |
| tree | ee802d530aaa28d7d10e3678faacb2d647d53345 | |
| parent | 4e968d9e46ceee57e3f5b96d1486745416c9a4a5 [diff] |
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>