]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nand_util.c: Use '%zd' for length in nand_unlock debug print
authorTom Rini <trini@ti.com>
Mon, 16 Dec 2013 14:59:34 +0000 (09:59 -0500)
committerScott Wood <scottwood@freescale.com>
Tue, 17 Dec 2013 23:44:36 +0000 (17:44 -0600)
commit3ef1eadb4466a68a32cb56e6be98a98061c07673
tree43c3c94fa27511f14f4176b675591f30dd9bf9cb
parent2528460c38dfaffe7ae430244d1fa119087c1b01
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>
drivers/mtd/nand/nand_util.c