From: Pekon Gupta Date: Thu, 24 Oct 2013 12:50:19 +0000 (+0530) Subject: mtd: nand: omap: cleanup: replace local references with generic framework names X-Git-Tag: v3.13-rc1~98^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=633deb58e1ecc81486505fe9d3dc2aa3cfbca719;p=pandora-kernel.git 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 Tested-by: Ezequiel Garcia Signed-off-by: Brian Norris --- Reading git-diff-tree failed