mtd: nand: cmx270: set ECC algorithm explicitly
authorRafał Miłecki <[email protected]>
Wed, 13 Apr 2016 12:06:59 +0000 (14:06 +0200)
committerBoris Brezillon <[email protected]>
Thu, 5 May 2016 21:51:54 +0000 (23:51 +0200)
This is part of process deprecating NAND_ECC_SOFT_BCH (and switching to
enum nand_ecc_algo).

Signed-off-by: Rafał Miłecki <[email protected]>
Signed-off-by: Boris Brezillon <[email protected]>
drivers/mtd/nand/cmx270_nand.c

index 6f97ebba52c4c1136bebf752a20578aaa8ecca0a..49133783ca5363f723cb2b9983f02e6ef9ba6b40 100644 (file)
@@ -187,6 +187,7 @@ static int __init cmx270_init(void)
        /* 15 us command delay time */
        this->chip_delay = 20;
        this->ecc.mode = NAND_ECC_SOFT;
+       this->ecc.algo = NAND_ECC_HAMMING;
 
        /* read/write functions */
        this->read_byte = cmx270_read_byte;