mtd/drivers/mtd mtdconcat.c,1.7,1.8
David Woodhouse
dwmw2 at infradead.org
Mon Jun 30 07:01:29 EDT 2003
- Previous message: mtd/fs/jffs2 background.c,1.38,1.39 file.c,1.85,1.86 fs.c,1.24,1.25
nodemgmt.c,1.94,1.95 os-linux.h,1.26,1.27 scan.c,1.100,1.101
super-v24.c,1.65,1.66 super.c,1.79,1.80 wbuf.c,1.30,1.31
- Next message: mtd/drivers/mtd/devices doc2000.c,1.53,1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: mtd/fs/jffs2 background.c,1.38,1.39 file.c,1.85,1.86 fs.c,1.24,1.25
nodemgmt.c,1.94,1.95 os-linux.h,1.26,1.27 scan.c,1.100,1.101
super-v24.c,1.65,1.66 super.c,1.79,1.80 wbuf.c,1.30,1.31
- Next message: mtd/drivers/mtd/devices doc2000.c,1.53,1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list