commit | f12d86afc5594c89492fb7c78fce07a4e94b2384 | [log] [tgz] |
---|---|---|
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | Thu Dec 10 09:00:36 2015 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Fri Dec 18 13:22:46 2015 -0800 |
tree | 9e5f9e132d49f13be8940d16e35770b924ae6f04 | |
parent | 038a5380e3698615eea341f10f42b1fd74e54e1c [diff] |
staging: mt29f_spinand: remove useless mtd->priv = chip assignment mtd_to_nand() now uses the container_of() approach to transform an mtd_info pointer into a nand_chip one. Drop useless mtd->priv assignments from NAND controller drivers. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>