commit | aa02fcf555c8d42836584783288b33a2a0d40481 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Fri Mar 18 17:53:31 2016 +0100 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Apr 19 22:05:52 2016 +0200 |
tree | 203bf30d13f8605d1a7cfc3f9b3d50607ac1b6ca | |
parent | 8cfc1e8b68f3e0b144f17a94709c757c6db05b82 [diff] |
mtd: nand: qcom: use mtd_ooblayout_xxx() helpers where appropriate The mtd_ooblayout_xxx() helper functions have been added to avoid direct accesses to ecclayout fields, 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> Tested-by: Archit Taneja <architt@codeaurora.org>