aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/toto.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/nand/toto.c')
-rw-r--r--drivers/mtd/nand/toto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/toto.c b/drivers/mtd/nand/toto.c
index c51c89559514..50aa6a46911f 100644
--- a/drivers/mtd/nand/toto.c
+++ b/drivers/mtd/nand/toto.c
@@ -146,7 +146,7 @@ static int __init toto_init(void)
146 this->dev_ready = NULL; 146 this->dev_ready = NULL;
147 /* 25 us command delay time */ 147 /* 25 us command delay time */
148 this->chip_delay = 30; 148 this->chip_delay = 30;
149 this->eccmode = NAND_ECC_SOFT; 149 this->ecc.mode = NAND_ECC_SOFT;
150 150
151 /* Scan to find existance of the device */ 151 /* Scan to find existance of the device */
152 if (nand_scan(toto_mtd, 1)) { 152 if (nand_scan(toto_mtd, 1)) {