commit | bb77082fa2584f0855e614e99b5ffd40b9cf4251 | [log] [tgz] |
---|---|---|
author | Cai Zhiyong <caizhiyong@huawei.com> | Wed Dec 25 20:11:15 2013 +0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Mar 10 22:42:30 2014 -0700 |
tree | c93116bbdcb88bc49f9ba15e2e3c169c4e9a32f9 | |
parent | e634ce51baa52c131e4a35c01bba9e596a0eb86d [diff] |
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 <caizhiyong@huawei.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>