commit | b9c0f65feab8a6dd4f37fdd8150cf5fe716304f5 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Wed Feb 03 20:12:04 2016 +0100 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Apr 19 22:05:51 2016 +0200 |
tree | 2dfccc40624151793dbe1ab20c4c160dda96a8fe | |
parent | 191a82946a99fe110814860873cdfe64170c660b [diff] |
mtd: nand: lpc32xx: 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>