This is a note to let you know that I've just added the patch titled
mtd: mxc_nand: remove duplicated ecc_stats counting
to the 3.10-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
mtd-mxc_nand-remove-duplicated-ecc_stats-counting.patch
and it can be found in the queue-3.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 0566477762f9e174e97af347ee9c865f908a5647 Mon Sep 17 00:00:00 2001
From: Michael Grzeschik <[email protected]>
Date: Fri, 29 Nov 2013 14:14:29 +0100
Subject: mtd: mxc_nand: remove duplicated ecc_stats counting
From: Michael Grzeschik <[email protected]>
commit 0566477762f9e174e97af347ee9c865f908a5647 upstream.
The ecc_stats.corrected count variable will already be incremented in
the above framework-layer just after this callback.
Signed-off-by: Michael Grzeschik <[email protected]>
Signed-off-by: Brian Norris <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/mtd/nand/mxc_nand.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/mtd/nand/mxc_nand.c
+++ b/drivers/mtd/nand/mxc_nand.c
@@ -676,7 +676,6 @@ static int mxc_nand_correct_data_v2_v3(s
ecc_stat >>= 4;
} while (--no_subpages);
- mtd->ecc_stats.corrected += ret;
pr_debug("%d Symbol Correctable RS-ECC Error\n", ret);
return ret;
Patches currently in stable-queue which might be from
[email protected] are
queue-3.10/mtd-mxc_nand-remove-duplicated-ecc_stats-counting.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html