mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
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: Boris Brezillon <boris.brezillon@free-electrons.com>
This commit is contained in:
parent
70d105e4ee
commit
eb8c2be581
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue