git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68e8078
)
mtd: atmel_nand: fix pmecc selction for ecc requirement typo
author
Josh Wu
<josh.wu@atmel.com>
Wed, 3 Jul 2013 09:56:19 +0000
(17:56 +0800)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Mon, 5 Aug 2013 20:03:06 +0000
(21:03 +0100)
Atmel PMECC support 2, 4, 8, 12, 24 bit error correction.
So if the ecc requirement in ONFI is <= 2, 4, 8, 12, 24.
We will use 2, 4, 8, 12, 24.
This patch fix the typo. Use '<=' replace '<'.
Reported-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/atmel_nand.c
patch
|
blob
|
history
diff --cc
drivers/mtd/nand/atmel_nand.c
Simple merge