diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2015-12-10 09:00:33 +0100 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-12-18 13:19:10 -0800 |
commit | 2d3b77bac34bf99d7fdfd712ec2dc4317b3e850b (patch) | |
tree | 7ada5ca97a2cfefbe371232bee9decf3ca62448d /drivers | |
parent | 442f201b93b5222ac2e4f7513be86fdbd00e9065 (diff) |
mtd: nand: update mtd_to_nand()
Now that all drivers are using the mtd instance embedded in the nand_chip
struct we can safely update the mtd_to_nand() implementation to use
the container_of macro instead of returning the content of mtd->priv.
This will allow us to remove mtd->priv = chip assignments done in all
NAND controller drivers.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions