mtd/drivers/mtd/nand nand.c,1.59,1.60

David Woodhouse dwmw2 at infradead.org
Thu Oct 23 04:28:46 EDT 2003


Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv9189

Modified Files:
	nand.c 
Log Message:
Patch from Alice Hennessy <ahennessy at mvista.com> to fix missing HW6_512
in ecc case statement


Index: nand.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- nand.c	21 Oct 2003 10:04:37 -0000	1.59
+++ nand.c	23 Oct 2003 08:28:43 -0000	1.60
@@ -1424,6 +1424,7 @@
 	switch (this->eccmode) {
 
 	case NAND_ECC_HW3_512: 
+	case NAND_ECC_HW6_512: 
 		if (mtd->oobblock == 256) {
 			printk (KERN_WARNING "512 byte HW ECC not possible on 256 Byte pagesize, fallback to SW ECC \n");
 			this->eccmode = NAND_ECC_SOFT;




More information about the linux-mtd-cvs mailing list