diff options
Diffstat (limited to 'drivers/mtd/nand/h1910.c')
-rw-r--r-- | drivers/mtd/nand/h1910.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/h1910.c b/drivers/mtd/nand/h1910.c index 9bf5ce5fa22d..50166e93ba96 100644 --- a/drivers/mtd/nand/h1910.c +++ b/drivers/mtd/nand/h1910.c | |||
@@ -124,7 +124,6 @@ static int __init h1910_init(void) | |||
124 | /* 15 us command delay time */ | 124 | /* 15 us command delay time */ |
125 | this->chip_delay = 50; | 125 | this->chip_delay = 50; |
126 | this->ecc.mode = NAND_ECC_SOFT; | 126 | this->ecc.mode = NAND_ECC_SOFT; |
127 | this->options = NAND_NO_AUTOINCR; | ||
128 | 127 | ||
129 | /* Scan to find existence of the device */ | 128 | /* Scan to find existence of the device */ |
130 | if (nand_scan(h1910_nand_mtd, 1)) { | 129 | if (nand_scan(h1910_nand_mtd, 1)) { |