commit | 036d6543f85319ffe96afad6de73d3a220917a63 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Wed Feb 03 18:53:44 2016 +0100 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Apr 19 22:05:53 2016 +0200 |
tree | bcc502e548ac2ebab8a4b4273c05081470b12dc3 | |
parent | d30aae6d5630c27fa461f9da9ba2f40ae59e3287 [diff] |
mtd: add mtd_set_ecclayout() helper function Add an mtd_set_ecclayout() helper function to avoid direct accesses to the mtd->ecclayout field. This will ease future reworks of ECC layout definition. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>