commit | 846031d3e1837b71e350bd8098f00995069859a8 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Wed Feb 03 20:11:00 2016 +0100 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Apr 19 22:05:49 2016 +0200 |
tree | 0685f3a10994d7203d49b3d3ca9479cc4cda838a | |
parent | c2b78452a9db438d592bf72af7bb2ae3062cb922 [diff] |
mtd: nand: core: 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>