[PATCH v2] mxc_nand: remove duplicated ecc_stats counting
Michael Grzeschik
m.grzeschik at pengutronix.de
Fri Nov 29 08:14:29 EST 2013
The ecc_stats.corrected count variable will already be incremented in
the above framework-layer just after this callback.
Cc: stable at vger.kernel.org
Signed-off-by: Michael Grzeschik <m.grzeschik at pengutronix.de>
---
drivers/mtd/nand/mxc_nand.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c
index 9dfdb06..a4bad11 100644
--- a/drivers/mtd/nand/mxc_nand.c
+++ b/drivers/mtd/nand/mxc_nand.c
@@ -677,7 +677,6 @@ static int mxc_nand_correct_data_v2_v3(struct mtd_info *mtd, u_char *dat,
ecc_stat >>= 4;
} while (--no_subpages);
- mtd->ecc_stats.corrected += ret;
pr_debug("%d Symbol Correctable RS-ECC Error\n", ret);
return ret;
--
1.8.4.3
More information about the linux-mtd
mailing list