Home
last modified time | relevance | path

Searched hist:"907837 d65938fc95e68deaccfd8ee1802e6ba050" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/misc/
H A Dfs_loader.cdiff 907837d65938fc95e68deaccfd8ee1802e6ba050 Mon Nov 05 00:04:54 CST 2018 Keerthy <j-keerthy@ti.com> 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>