commit | 3ef1eadb4466a68a32cb56e6be98a98061c07673 | [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 | 2528460c38dfaffe7ae430244d1fa119087c1b01 [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>