projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c6f0fc
)
mtd: nand: bf5xx: set ECC algorithm explicitly
author
Rafał Miłecki
<zajec5@gmail.com>
Sun, 17 Apr 2016 20:52:57 +0000
(22:52 +0200)
committer
Boris Brezillon
<boris.brezillon@free-electrons.com>
Thu, 5 May 2016 21:52:02 +0000
(23:52 +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/bf5xx_nand.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/bf5xx_nand.c
b/drivers/mtd/nand/bf5xx_nand.c
index
b38f414
..
37da423
100644
(file)
--- a/
drivers/mtd/nand/bf5xx_nand.c
+++ b/
drivers/mtd/nand/bf5xx_nand.c
@@
-817,6
+817,7
@@
static int bf5xx_nand_probe(struct platform_device *pdev)
chip->ecc.write_page_raw = bf5xx_nand_write_page_raw;
} else {
chip->ecc.mode = NAND_ECC_SOFT;
+ chip->ecc.algo = NAND_ECC_HAMMING;
}
/* scan hardware nand chip and setup mtd info data struct */