mtd/drivers/mtd/nand nand_base.c,1.118,1.119
gleixner at infradead.org
gleixner at infradead.org
Thu Sep 23 19:51:49 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv20173
Modified Files:
nand_base.c
Log Message:
make it compile
Index: nand_base.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand_base.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- nand_base.c 23 Sep 2004 23:34:56 -0000 1.118
+++ nand_base.c 23 Sep 2004 23:51:46 -0000 1.119
@@ -152,7 +152,7 @@
/* Do we have a hardware controller ? */
if (this->controller) {
spin_lock(&this->controller.lock);
- active = NULL;
+ this->controller.active = NULL;
spin_unlock(&this->controller.lock);
}
/* Release the chip */
More information about the linux-mtd-cvs
mailing list