Fix format specifier in call to INFO macro
Improper use of format specifiers for arguments of type intptr_t and size_t
raises warnings at compile time. Compilation breaks when GCC's -Werror flag is
set, which is the default. By using the appropriate format specifiers, no
warnings are raised and compilation succeeds.
Reported-by: ChrisG55 <christian_g_55@msn.com>
Tested-by: ChrisG55 <christian_g_55@msn.com>
Fixes: 55fcc4ae0de4b9a2f7253562f8083694e69a8e33
Signed-off-by: ChrisG55 <christian_g_55@msn.com>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
1 file changed