commit | c993e09504fca192bac4ac3f5a3411ac68cba2e6 | [log] [tgz] |
---|---|---|
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | Tue Dec 01 12:02:58 2015 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Dec 07 18:58:20 2015 -0800 |
tree | c208eb6bceee72dab2f5ac6ab9ebbe0f7da99eca | |
parent | 9eba47ddd8fee8a21f45e6e1d707103f040d90c7 [diff] |
ARM: 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 ARM specific implementations to use this helper. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>