mtd: nand: make use of mtd_to_nand() in NAND core code
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Tue, 1 Dec 2015 11:03:03 +0000 (12:03 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Tue, 8 Dec 2015 18:46:14 +0000 (10:46 -0800)
commit862eba519e79c48fb6ee276081ddb98fe6926f02
tree95b7adf71c1b1f44f0c56cebf8a19d6602cf886c
parent7326ffef788dd5823c820a6ac5b5e864e8a486a0
mtd: nand: make use of mtd_to_nand() in NAND core code

mtd_to_nand() was recently introduced to avoid direct access to the
mtd->priv field. Update core code to use mtd_to_nand().

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/nand_base.c
drivers/mtd/nand/nand_bbt.c
drivers/mtd/nand/nand_bch.c
drivers/mtd/nand/nand_ecc.c
drivers/mtd/nand/nandsim.c
This page took 0.024921 seconds and 5 git commands to generate.