commit | 4d17a89252ffb58c58f8b39d974ffd8231c33e85 | [log] [tgz] |
---|---|---|
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | Tue Dec 01 12:02:59 2015 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Tue Dec 08 13:02:57 2015 -0800 |
tree | 3df3229430b1909fdadcb9792b4e0e75fe89ee95 | |
parent | 9eba47ddd8fee8a21f45e6e1d707103f040d90c7 [diff] |
blackfin: nand: make use of mtd_to_nand() where appropriate mtd_to_nand() was recently introduced to avoid direct accesses to the mtd->priv field. Update all blackfin specific implementations to use this helper. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>