]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Wed, 4 Dec 2013 21:18:36 +0000 (13:18 -0800)
commitb0d4d3c4568e996a6ded9a7e67ec338957fa585c
treec5d0cd2b96db536ab4a8edd83ea55a2b6d8bad6e
parent03395274ac62fb89a64d89403cbe7250b18775b6
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