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

Commit eb8c2be5 authored by Boris Brezillon's avatar Boris Brezillon
Browse files

mtd: onenand: 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 70d105e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3997,7 +3997,7 @@ int onenand_scan(struct mtd_info *mtd, int maxchips)

	mtd->oobavail = ret;

	mtd->ecclayout = this->ecclayout;
	mtd_set_ecclayout(mtd, this->ecclayout);
	mtd->ecc_strength = 1;

	/* Fill in remaining MTD driver data */