提交 70d105e4 编写于 作者: B Boris Brezillon

mtd: nand: use mtd_set_ecclayout() where appropriate

Use the mtd_set_ecclayout() helper instead of directly assigning the
mtd->ecclayout field.
Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
上级 f6a6da17
...@@ -4285,7 +4285,7 @@ int nand_scan_tail(struct mtd_info *mtd) ...@@ -4285,7 +4285,7 @@ int nand_scan_tail(struct mtd_info *mtd)
ecc->write_oob_raw = ecc->write_oob; ecc->write_oob_raw = ecc->write_oob;
/* propagate ecc info to mtd_info */ /* propagate ecc info to mtd_info */
mtd->ecclayout = ecc->layout; mtd_set_ecclayout(mtd, ecc->layout);
mtd->ecc_strength = ecc->strength; mtd->ecc_strength = ecc->strength;
mtd->ecc_step_size = ecc->size; mtd->ecc_step_size = ecc->size;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册