mtd: mxc_nand: remove duplicated ecc_stats counting
authorMichael Grzeschik <m.grzeschik@pengutronix.de>
Fri, 29 Nov 2013 13:14:29 +0000 (14:14 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Fri, 3 Jan 2014 19:22:21 +0000 (11:22 -0800)
commit0566477762f9e174e97af347ee9c865f908a5647
tree239352f0ee33b77a1f28c5d0433d6a87af060ad8
parente0b6047b73278d165ae0ad448177209a3c2067ad
mtd: mxc_nand: remove duplicated ecc_stats counting

The ecc_stats.corrected count variable will already be incremented in
the above framework-layer just after this callback.

Cc: stable@vger.kernel.org # 2.6.36+
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/mxc_nand.c