Skip to content
Commit bf31c5e0 authored by Fabio Estevam's avatar Fabio Estevam Committed by Russell King
Browse files

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: default avatarFrank Mori Hess <fmh6jj@gmail.com>
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 29b4817d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment