diff options
author | Miquel Raynal | 2018-02-28 20:51:44 +0100 |
---|---|---|
committer | Maxime Ripard | 2018-04-03 12:10:46 +0200 |
commit | f3aff376892a5af55a090d29e53e10391f886d80 (patch) | |
tree | 2f884ea5a6f26c7be09f71d589b944deaa021973 /drivers/ddr/fsl | |
parent | 55fe0e2b54173ebdc2aa87c329750c2a70e84fb2 (diff) |
mtd: nand: sunxi: fix ECC strength choice
When the requested ECC strength does not exactly match the strengths
supported by the ECC engine, the driver is selecting the closest
strength meeting the 'selected_strength > requested_strength'
constraint. Fix the fact that, in this particular case, ecc->strength
value was not updated to match the 'selected_strength'.
For instance, one can encounter this issue when no ECC requirement is
filled in the device tree while the NAND chip minimum requirement is not
a strength/step_size combo natively supported by the ECC engine.
Suggested-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'drivers/ddr/fsl')
0 files changed, 0 insertions, 0 deletions