projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7079e7e
)
mtd: nand: cmx270: set ECC algorithm explicitly
author
Rafał Miłecki
<zajec5@gmail.com>
Wed, 13 Apr 2016 12:06:59 +0000
(14:06 +0200)
committer
Boris Brezillon
<boris.brezillon@free-electrons.com>
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 <zajec5@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/cmx270_nand.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/cmx270_nand.c
b/drivers/mtd/nand/cmx270_nand.c
index 6f97ebba52c4c1136bebf752a20578aaa8ecca0a..49133783ca5363f723cb2b9983f02e6ef9ba6b40 100644
(file)
--- a/
drivers/mtd/nand/cmx270_nand.c
+++ b/
drivers/mtd/nand/cmx270_nand.c
@@
-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;