
18 Dec
2013
18 Dec
'13
12:45 a.m.
On Mon, Dec 16, 2013 at 09:59:34AM -0500, Tom Rini wrote:
length is size_t so needs to be '%zd' not '%d' to avoid warnings.
Cc: Scott Wood scottwood@freescale.com Signed-off-by: Tom Rini trini@ti.com Acked-by: Scott Wood scottwood@freescale.com
Changes in v2:
- Use %zd, the correct format, rather than %ld, a differntly incorrect one.
drivers/mtd/nand/nand_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-nand-flash.git
-Scott