]> git.sur5r.net Git - u-boot/commit
Fix a few printf argument verification warnings
authorVasili Galka <vvv444@gmail.com>
Tue, 26 Aug 2014 10:45:48 +0000 (13:45 +0300)
committerTom Rini <trini@ti.com>
Mon, 15 Sep 2014 17:32:55 +0000 (13:32 -0400)
commit5d69a5d178a1fc3874b8d18e5be3e520f6acaca5
tree132b0f4153d5a668f5cac8c44192ea41b57ee57b
parent2dd2cde11c80f7f9dd749e0227825533f6ae58a3
Fix a few printf argument verification warnings

The parameters of size_t type shall be formatted using "%zu" and not
using "%d".

Precision argument for the "%.*s" parameters shall be of int type.

Signed-off-by: Vasili Galka <vvv444@gmail.com>
common/bouncebuf.c
common/cmd_mtdparts.c
common/spl/spl.c