diff options
Diffstat (limited to 'drivers/mtd/nand/ts7250.c')
-rw-r--r-- | drivers/mtd/nand/ts7250.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/ts7250.c b/drivers/mtd/nand/ts7250.c index 622db3127f7c..70bce1b0326c 100644 --- a/drivers/mtd/nand/ts7250.c +++ b/drivers/mtd/nand/ts7250.c | |||
@@ -155,7 +155,7 @@ static int __init ts7250_init(void) | |||
155 | this->hwcontrol = ts7250_hwcontrol; | 155 | this->hwcontrol = ts7250_hwcontrol; |
156 | this->dev_ready = ts7250_device_ready; | 156 | this->dev_ready = ts7250_device_ready; |
157 | this->chip_delay = 15; | 157 | this->chip_delay = 15; |
158 | this->eccmode = NAND_ECC_SOFT; | 158 | this->ecc.mode = NAND_ECC_SOFT; |
159 | 159 | ||
160 | printk("Searching for NAND flash...\n"); | 160 | printk("Searching for NAND flash...\n"); |
161 | /* Scan to find existence of the device */ | 161 | /* Scan to find existence of the device */ |