commit | 633deb58e1ecc81486505fe9d3dc2aa3cfbca719 | [log] [tgz] |
---|---|---|
author | Pekon Gupta <pekon@ti.com> | Thu Oct 24 18:20:19 2013 +0530 |
committer | Brian Norris <computersforpeace@gmail.com> | Wed Nov 06 23:33:08 2013 -0800 |
tree | 65d7843841d50b291cf5fffed415ed9048769a78 | |
parent | c66d039197e42af8867e5d0d9b904daf0fb9e6bc [diff] |
mtd: nand: omap: cleanup: replace local references with generic framework names This patch updates following in omap_nand_probe() and omap_nand_remove() - replaces "info->nand" with "nand_chip" (struct nand_chip *nand_chip) - replaces "info->mtd" with "mtd" (struct mtd_info *mtd) - white-space and formatting cleanup Signed-off-by: Pekon Gupta <pekon@ti.com> Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>