Thread (1 message) 1 message, 1 author, 2016-04-08
DORMANTno replies

[PATCH 6/8] mtd: nand: pasemi: set ECC algorithm explicitly

From: Rafał Miłecki <zajec5@gmail.com>
Date: 2016-04-08 10:25:02
Also in: lkml
Subsystem: linux for powerpc (32-bit and 64-bit), memory technology devices (mtd), nand flash subsystem, the rest · Maintainers: Madhavan Srinivasan, Miquel Raynal, Richard Weinberger, Vignesh Raghavendra, Linus Torvalds

This is part of process deprecating NAND_ECC_SOFT_BCH (and switching to
enum nand_ecc_algo).

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
---
 drivers/mtd/nand/pasemi_nand.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/nand/pasemi_nand.c b/drivers/mtd/nand/pasemi_nand.c
index 3ab53ca..63fcb8c 100644
--- a/drivers/mtd/nand/pasemi_nand.c
+++ b/drivers/mtd/nand/pasemi_nand.c
@@ -151,6 +151,7 @@ static int pasemi_nand_probe(struct platform_device *ofdev)
 	chip->write_buf = pasemi_write_buf;
 	chip->chip_delay = 0;
 	chip->ecc.mode = NAND_ECC_SOFT;
+	chip->ecc.algo = NAND_ECC_HAMMING;
 
 	/* Enable the following for a flash based bad block table */
 	chip->bbt_options = NAND_BBT_USE_FLASH;
-- 
1.8.4.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help