Re: [U-Boot] [PATCH v2 2/3] fat.c: fix printf() length modifier

2011-12-17 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message <1323939415-21743-3-git-send-email-andreas.de...@googlemail.com> you wrote: > From: Andreas Bießmann > > The DIRENTSPERBLOCK utilizes sizeof() which will return a size_t which has no > fixed size. Therefor use correct length modifer for print

Re: [U-Boot] [PATCH v2 2/3] fat.c: fix printf() length modifier

2011-12-15 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 2/3] fat.c: fix printf() length modifier

2011-12-15 Thread Andreas Bießmann
From: Andreas Bießmann The DIRENTSPERBLOCK utilizes sizeof() which will return a size_t which has no fixed size. Therefor use correct length modifer for printf() statement to prevent compiler warnings. This patch fixes following warning: ---8<--- fat.c: In function 'do_fat_read': fat.c:879: war