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
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
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
3 matches
Mail list logo