[U-Boot] [PATCH 3/3] misc: fs_loader: Fix compiler warning
Simon Glass
sjg at chromium.org
Tue Nov 13 19:53:34 UTC 2018
On 4 November 2018 at 23:04, Keerthy <j-keerthy at ti.com> wrote:
> 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 at ti.com>
> ---
> drivers/misc/fs_loader.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list