Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05664777 authored by Michael Grzeschik's avatar Michael Grzeschik Committed by Brian Norris
Browse files

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: default avatarMichael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent e0b6047b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;