mtd: spinand: Propagate ECC information to the MTD structure
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 13 May 2020 13:10:29 +0000 (15:10 +0200)
committerRichard Weinberger <richard@nod.at>
Mon, 18 May 2020 20:02:05 +0000 (22:02 +0200)
commit3507273d5a4d3c2e46f9d3f9ed9449805f5dff07
treee296a5269bf3795040379b7b97d9e1afb7d95429
parent9b1f2cbdb6d3062c468d3f9b579501f0f7ce330b
mtd: spinand: Propagate ECC information to the MTD structure

This is done by default in the raw NAND core (nand_base.c) but was
missing in the SPI-NAND core. Without these two lines the ecc_strength
and ecc_step_size values are not exported to the user through sysfs.

Fixes: 7529df465248 ("mtd: nand: Add core infrastructure to support SPI NANDs")
Cc: stable@vger.kernel.org
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/nand/spi/core.c