[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1385651080-15562-1-git-send-email-m.grzeschik@pengutronix.de>
Date: Thu, 28 Nov 2013 16:04:40 +0100
From: Michael Grzeschik <m.grzeschik@...gutronix.de>
To: linux-mtd@...ts.infradead.org
Cc: dwmw2@...radead.org, artem.bityutskiy@...ux.intel.com,
computersforpeace@...il.com, kernel@...gutronix.de,
linux-kernel@...r.kernel.org, stable@...r.kernel.org
Subject: [PATCH] mxc_nand: remove redundant stat counting
The stats count variable will already be incremented
in the above framework-layer just after this callback.
Signed-off-by: Michael Grzeschik <m.grzeschik@...gutronix.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists