commit | 8e40bf6f1cf1cf942c040d6b74fa473f991b22ab | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon Dec 16 09:59:34 2013 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Tue Dec 17 17:44:36 2013 -0600 |
tree | 43c3c94fa27511f14f4176b675591f30dd9bf9cb | |
parent | 4110c82ac29a5583b91f2ca4703d886cc9f76380 [diff] |
nand_util.c: Use '%zd' for length in nand_unlock debug print 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>