]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
YAFFS2: fs/yaffs2/yaffscfg.c - fix build warnings
authorWolfgang Denk <wd@denx.de>
Thu, 8 Sep 2011 02:10:18 +0000 (02:10 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 9 Sep 2011 22:00:18 +0000 (00:00 +0200)
commit6ac360c465d4916c2df291d6bbbe85d9bb7cc7be
tree5ceaf645ff65baceffae81330cca464093894186
parentd1f7a899ebda58f9fd09b2538b1a66e7529f7955
YAFFS2: fs/yaffs2/yaffscfg.c - fix build warnings

Fix these:
yaffscfg.c: In function 'cmd_yaffs_mread_file':
yaffscfg.c:316: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'char *'
yaffscfg.c: In function 'cmd_yaffs_ls': yaffscfg.c:371: warning: format '%7d' expects type 'int', but argument 3 has type 'off_t'

Signed-off-by: Wolfgang Denk <wd@denx.de>
fs/yaffs2/yaffscfg.c