]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mtd: use mtd_ooblayout_xxx() helpers where appropriate
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 3 Feb 2016 19:10:30 +0000 (20:10 +0100)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Tue, 19 Apr 2016 20:05:48 +0000 (22:05 +0200)
commitc2b78452a9db438d592bf72af7bb2ae3062cb922
treef081d486a41dd07ef22f37c4492367a71b704199
parent75eb2cec251fda33c9bb716ecc372819abb9278a
mtd: 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>
drivers/mtd/mtdchar.c