[U-Boot] [PATCH] UBIFS: fix warning: format '%lX' expects type 'long unsigned int'

Wolfgang Denk wd at denx.de
Sat Sep 10 22:40:22 CEST 2011


Dear Wolfgang Denk,

In message <1315608216-7425-1-git-send-email-wd at denx.de> you wrote:
> Commit 46d7274 "UBIFS: Change ubifsload to set the filesize variable"
> introduced the follwing compiler warning:
> 
> ubifs.c: In function 'ubifs_load':
> ubifs.c:742: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'u32'
> 
> Signed-off-by: Wolfgang Denk <wd at denx.de>
> Cc: Bastian Ruppert <Bastian.Ruppert at Sewerin.de>
> ---
>  fs/ubifs/ubifs.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Premature optimization is the root of all evil.         -- D.E. Knuth


More information about the U-Boot mailing list