misc: fs_loader: Fix compiler warning
authorKeerthy <j-keerthy@ti.com>
Mon, 5 Nov 2018 06:04:54 +0000 (11:34 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 16 Nov 2018 21:52:01 +0000 (16:52 -0500)
commit907837d65938fc95e68deaccfd8ee1802e6ba050
tree41926f403f2797b15a01edcf5e28f79236585fcd
parent7c096ea4eea178a8be3e6bce9d603d34d21f680a
misc: fs_loader: Fix compiler warning

Fix compiler warning

drivers/misc/fs_loader.c:193:9: warning: format ‘%d’ expects
argument of type ‘int’, but argument 5 has type ‘size_t
{aka long unsigned int}’ [-Wformat=]

Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/misc/fs_loader.c