commit | 5e81e88a4c140586d9212999cea683bcd66a15c6 | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Fri Feb 26 18:32:56 2010 +0000 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Fri Feb 26 18:32:56 2010 +0000 |
tree | 1d67825bb2cbcb3830fe4584bac04f6d9413d41a | |
parent | 9fc51a37a8da84618df7584cad67c078317f6720 [diff] [blame] |
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
diff --git a/drivers/mtd/nand/sh_flctl.c b/drivers/mtd/nand/sh_flctl.c index 4260ab7..dbc09a8 100644 --- a/drivers/mtd/nand/sh_flctl.c +++ b/drivers/mtd/nand/sh_flctl.c
@@ -825,7 +825,7 @@ nand->select_chip = flctl_select_chip; nand->cmdfunc = flctl_cmdfunc; - ret = nand_scan_ident(flctl_mtd, 1); + ret = nand_scan_ident(flctl_mtd, 1, NULL); if (ret) goto err;