]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
UBIFS: fix warning: format '%lX' expects type 'long unsigned int'
authorWolfgang Denk <wd@denx.de>
Fri, 9 Sep 2011 22:41:14 +0000 (00:41 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 9 Sep 2011 23:10:32 +0000 (01:10 +0200)
commitaaf6935b223ccf746d1504661d2c40bf73698d3b
tree9c85de1794120058a3bc102f861584bebe77b833
parent5ae0dea3e8659a79d0284647341af2bfc349fecf
UBIFS: fix warning: format '%lX' expects type 'long unsigned int'

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@denx.de>
Cc: Bastian Ruppert <Bastian.Ruppert@Sewerin.de>
fs/ubifs/ubifs.c