commit | 67a9ad9b8a6f6ea76ef8fc484ae49970d72d5534 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Wed May 14 14:58:06 2014 -0300 |
committer | Brian Norris <computersforpeace@gmail.com> | Wed May 21 12:55:08 2014 -0700 |
tree | c1678fc73873ba2bdbb8dffb15f4749923f91e4d | |
parent | edf02fb248022c13b2c86f08177b99ce619e693a [diff] |
mtd: nand: Warn the user if the selected ECC strength is too weak This commit makes use of the chip->ecc_strength_ds and chip->ecc_step_ds which contain the datasheet minimum requested ECC strength to produce a noisy warning if the configured ECC strength is weaker. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>