]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0c72232d0965879ebd108969287fd734e45bf8f5
tree41926f403f2797b15a01edcf5e28f79236585fcd
parent0b692f30e6346ffa30ff47457384afe11ac5b767
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