commit | 4bd4ebcc540c35d4477b098cf26394f976551464 | [log] [tgz] |
---|---|---|
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | Tue Dec 01 12:03:04 2015 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Tue Dec 08 12:24:36 2015 -0800 |
tree | 2ceb0ef03c53f3f65d881a1d15d2445b602bdb38 | |
parent | a83dfa92850e521dfb6485ad4aa3c7c1fb52f06e [diff] |
mtd: nand: make use of mtd_to_nand() in NAND drivers mtd_to_nand() was recently introduced to avoid direct accesses to the mtd->priv field. Update all NAND drivers to use it. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>