commit | 7326ffef788dd5823c820a6ac5b5e864e8a486a0 | [log] [tgz] |
---|---|---|
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | Tue Dec 01 12:03:02 2015 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Tue Dec 08 10:46:13 2015 -0800 |
tree | fafc98e1e9b4b93d3fbec5c08777678137ced782 | |
parent | 41849d49d7d5307d7399314b59fb16d1c39ce0f0 [diff] |
sh: 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 SH specific implementations to use this helper. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>