mtd/drivers/mtd mtdconcat.c,1.7,1.8

David Woodhouse dwmw2 at infradead.org
Mon Jun 30 07:01:29 EDT 2003


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

Modified Files:
	mtdconcat.c 
Log Message:
I will not commit stuff whilst pissed
I will not commit stuff whilst pissed
I will not commit stuff whilst pissed
I will not commit stuff whilst pissed
I will not commit stuff whilst pissed
I will not commit stuff whilst pissed
I will not commit stuff whilst pissed
I will not commit stuff whilst pissed
I will not commit stuff whilst pissed
I will not commit stuff whilst pissed


Index: mtdconcat.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/mtdconcat.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mtdconcat.c	29 Jun 2003 21:26:34 -0000	1.7
+++ mtdconcat.c	30 Jun 2003 11:01:26 -0000	1.8
@@ -715,10 +715,10 @@
 		    concat->mtd.oobsize    !=  subdev[i]->oobsize ||
 		    concat->mtd.ecctype    !=  subdev[i]->ecctype ||
 		    concat->mtd.eccsize    !=  subdev[i]->eccsize ||
-		    !concat->mtd.read_ecc  != !subdev[i]->mtd.read_ecc ||
-		    !concat->mtd.write_ecc != !subdev[i]->mtd.write_ecc ||
-		    !concat->mtd.read_oob  != !subdev[i]->mtd.read_oob ||
-		    !concat->mtd.write_oob != !subdev[i]->mtd.write_oob) {
+		    !concat->mtd.read_ecc  != !subdev[i]->read_ecc ||
+		    !concat->mtd.write_ecc != !subdev[i]->write_ecc ||
+		    !concat->mtd.read_oob  != !subdev[i]->read_oob ||
+		    !concat->mtd.write_oob != !subdev[i]->write_oob) {
 			kfree(concat);
 			printk("Incompatible OOB or ECC data on \"%s\"\n",
 			       subdev[i]->name);




More information about the linux-mtd-cvs mailing list