Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70d105e4 authored by Boris Brezillon's avatar Boris Brezillon
Browse files

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: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
parent f6a6da17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4285,7 +4285,7 @@ int nand_scan_tail(struct mtd_info *mtd)
		ecc->write_oob_raw = ecc->write_oob;

	/* propagate ecc info to mtd_info */
	mtd->ecclayout = ecc->layout;
	mtd_set_ecclayout(mtd, ecc->layout);
	mtd->ecc_strength = ecc->strength;
	mtd->ecc_step_size = ecc->size;