aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@cruncher.tec.linutronix.de>2006-05-23 15:59:58 +0200
committerThomas Gleixner <tglx@cruncher.tec.linutronix.de>2006-05-23 15:59:58 +0200
commit0cddd6c258b2ed3798d12619c28ed0d2b5a669bc (patch)
tree83c6e0e55cd05a7a651701121f78140c21c22ce8 /drivers
parent[MTD] NAND ECC hwctl function has no return value (diff)
downloadlinux-dev-0cddd6c258b2ed3798d12619c28ed0d2b5a669bc.tar.xz
linux-dev-0cddd6c258b2ed3798d12619c28ed0d2b5a669bc.zip
[MTD] ECC rework broke diskonchip
Fix the diskonchip ecc setup. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/nand/diskonchip.c2
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)
this->hwcontrol = NULL;
this->select_chip = doc2001plus_select_chip;
this->cmdfunc = doc2001plus_command;
- this->enable_hwecc = doc2001plus_enable_hwecc;
+ this->ecc.hwctl = doc2001plus_enable_hwecc;
doc->chips_per_floor = 1;
mtd->name = "DiskOnChip Millennium Plus";