diff options
Diffstat (limited to 'drivers/mtd/nand/diskonchip.c')
-rw-r--r-- | drivers/mtd/nand/diskonchip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/diskonchip.c b/drivers/mtd/nand/diskonchip.c index b771608ef84e..f77298f3af60 100644 --- a/drivers/mtd/nand/diskonchip.c +++ b/drivers/mtd/nand/diskonchip.c | |||
@@ -1513,7 +1513,7 @@ static inline int __init doc2001plus_init(struct mtd_info *mtd) | |||
1513 | this->hwcontrol = NULL; | 1513 | this->hwcontrol = NULL; |
1514 | this->select_chip = doc2001plus_select_chip; | 1514 | this->select_chip = doc2001plus_select_chip; |
1515 | this->cmdfunc = doc2001plus_command; | 1515 | this->cmdfunc = doc2001plus_command; |
1516 | this->enable_hwecc = doc2001plus_enable_hwecc; | 1516 | this->ecc.hwctl = doc2001plus_enable_hwecc; |
1517 | 1517 | ||
1518 | doc->chips_per_floor = 1; | 1518 | doc->chips_per_floor = 1; |
1519 | mtd->name = "DiskOnChip Millennium Plus"; | 1519 | mtd->name = "DiskOnChip Millennium Plus"; |