commit | bf31c5e07db81073aa7fedc5401afa967b177fe2 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Mon Jul 18 13:09:36 2016 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Fri Aug 12 16:47:01 2016 +0100 |
tree | 41dc25eacea5a70564b308eb23c6de8aadf309db | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc [diff] |
ARM: 8587/1: dma-mapping: Use %zu for printing a size_t variable According to Documentation/printk-formats.txt when printing a size_t variable we should use %zu or %zx format specifiers. As we are printing a memory size value, we should better use %zu in this case. Reported-by: Frank Mori Hess <fmh6jj@gmail.com> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>