mtd/drivers/mtd/nand nand_base.c,1.124,1.125

lavinen at infradead.org lavinen at infradead.org
Fri Dec 3 09:06:17 EST 2004


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

Modified Files:
	nand_base.c 
Log Message:
Removed the unneeded setting of eccbytes to 12.


Index: nand_base.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand_base.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- nand_base.c	3 Dec 2004 13:23:33 -0000	1.124
+++ nand_base.c	3 Dec 2004 14:06:14 -0000	1.125
@@ -2469,7 +2469,6 @@
 	switch (this->eccmode) {
 	case NAND_ECC_HW12_2048:
 		this->eccsteps = mtd->oobblock / 2048;
-		this->eccbytes = 12;
 		break;
 	case NAND_ECC_HW3_512:
 	case NAND_ECC_HW6_512:





More information about the linux-mtd-cvs mailing list