From: Cai Zhiyong Date: Wed, 25 Dec 2013 12:11:15 +0000 (+0800) Subject: mtd: nand: remove unused function input parameter X-Git-Tag: v3.15-rc1~65^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb77082fa2584f0855e614e99b5ffd40b9cf4251;p=pandora-kernel.git mtd: nand: remove unused function input parameter The nand_get_flash_type parameter "busw" input value is not used by any branch, and it is updated before use it in the function, so remove it, define the "busw" as an internal variable. Signed-off-by: Cai Zhiyong Signed-off-by: Brian Norris --- Reading git-diff-tree failed