linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mxc_nand: remove redundant stat counting
@ 2013-11-28 15:04 Michael Grzeschik
  2013-11-28 19:05 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Grzeschik @ 2013-11-28 15:04 UTC (permalink / raw)
  To: linux-mtd
  Cc: artem.bityutskiy, linux-kernel, stable, kernel, computersforpeace,
	dwmw2

The stats count variable will already be incremented
in the above framework-layer just after this callback.

Signed-off-by: Michael Grzeschik <m.grzeschik@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mxc_nand: remove redundant stat counting
  2013-11-28 15:04 [PATCH] mxc_nand: remove redundant stat counting Michael Grzeschik
@ 2013-11-28 19:05 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2013-11-28 19:05 UTC (permalink / raw)
  To: Michael Grzeschik
  Cc: artem.bityutskiy, linux-kernel, stable, linux-mtd, kernel,
	computersforpeace, dwmw2

On Thu, Nov 28, 2013 at 04:04:40PM +0100, Michael Grzeschik wrote:
> The stats count variable will already be incremented
> in the above framework-layer just after this callback.
> 
> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
> ---
>  drivers/mtd/nand/mxc_nand.c | 1 -
>  1 file changed, 1 deletion(-)

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree.  Please read Documentation/stable_kernel_rules.txt
for how to do this properly.

</formletter>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-28 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-28 15:04 [PATCH] mxc_nand: remove redundant stat counting Michael Grzeschik
2013-11-28 19:05 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).