commit | d30aae6d5630c27fa461f9da9ba2f40ae59e3287 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Wed Feb 03 20:12:31 2016 +0100 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Apr 19 22:05:52 2016 +0200 |
tree | 914beeaf3d989f212a1425d515951bf7ed581275 | |
parent | aa02fcf555c8d42836584783288b33a2a0d40481 [diff] |
mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriate The mtd_ooblayout_xxx() helper functions have been added to avoid direct accesses to the ecclayout field, and thus ease for future reworks. Use these helpers in all places where the oobfree[] and eccpos[] arrays where directly accessed. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>