commit | 9889e3f5abe0f817f2d5804493e6be09586fde5a | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Apr 11 09:35:40 2013 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Apr 12 07:55:04 2013 +0200 |
tree | 07e3ab9bce3f9d2e4712d94be91a8cb7bf40764a | |
parent | 1f308f997f7d5d57f978d320d118781e53955eb7 [diff] |
nand: mxc: Fix debug trace in mxc_nand_read_oob_syndrome() The page number indicated in the debug trace of mxc_nand_read_oob_syndrome() did not match the page being worked on. By the way, replace the GCC-specific __FUNCTION__ with __func__. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Acked-by: Scott Wood <scottwood@freescale.com>