aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2009-11-02 18:12:51 +0000
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-11-30 09:49:28 +0000
commit74218fedf478323cce831b51507eebd1faf0bf7f (patch)
tree250831fbd3d1bd09c3aea810476bdce466b0d889 /drivers/mtd/nand
parentmtd: nand: add option to quieten off the no device found messgae (diff)
downloadlinux-dev-74218fedf478323cce831b51507eebd1faf0bf7f.tar.xz
linux-dev-74218fedf478323cce831b51507eebd1faf0bf7f.zip
mtd: s3c2410: propagate nand options from the platform data
Update the nand information passed to the core from the platform data to setup the initial option value, so that flags such as NAND_SCAN_SILENT_NODEV can pass through. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Simtec Linux Team <linux@simtec.co.uk> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r--drivers/mtd/nand/s3c2410.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c
index 11dc7e69c4fb..6e88bd3c02f5 100644
--- a/drivers/mtd/nand/s3c2410.c
+++ b/drivers/mtd/nand/s3c2410.c
@@ -774,7 +774,7 @@ static void s3c2410_nand_init_chip(struct s3c2410_nand_info *info,
chip->select_chip = s3c2410_nand_select_chip;
chip->chip_delay = 50;
chip->priv = nmtd;
- chip->options = 0;
+ chip->options = set->options;
chip->controller = &info->controller;
switch (info->cpu_type) {