commit | a92c721dc638b3745266ffe85617fe54dfadff19 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Mon Jun 06 13:59:13 2016 +0200 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Mon Jul 11 08:40:12 2016 +0200 |
tree | a86c3be8470dff254e9a028cd73a51934e25abb4 | |
parent | 872164e41fc8dee154e5f5d22580b34e198eed69 [diff] |
mtd: nand: sunxi: check ecc->size values Verify that the ecc->size value is either 512 or 1024 bytes. This should always be the case if this field was assigned to the nand->ecc_step_size_ds value, but can be wrong when the user overloaded this value with the nand-ecc-step-size DT property. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>