瀏覽代碼

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: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Michael Grzeschik 11 年之前
父節點
當前提交
0566477762
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/mtd/nand/mxc_nand.c

+ 0 - 1
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;
 		ecc_stat >>= 4;
 	} while (--no_subpages);
 	} while (--no_subpages);
 
 
-	mtd->ecc_stats.corrected += ret;
 	pr_debug("%d Symbol Correctable RS-ECC Error\n", ret);
 	pr_debug("%d Symbol Correctable RS-ECC Error\n", ret);
 
 
 	return ret;
 	return ret;