mtd/drivers/mtd/nand nand.c,1.22,1.23

gleixner at infradead.org gleixner at infradead.org
Tue Apr 9 20:31:29 EDT 2002


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

Modified Files:
	nand.c 
Log Message:
nand_wait ))) changed to ))


Index: nand.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- nand.c	9 Apr 2002 13:41:02 -0000	1.22
+++ nand.c	10 Apr 2002 00:31:27 -0000	1.23
@@ -265,7 +265,7 @@
 		 timeo += (HZ * 20) / 1000;
 
 	spin_lock_bh (&this->chip_lock);
-	while (time_before(jiffies, timeo))) {		
+	while (time_before(jiffies, timeo)) {		
 		/* Check, if we were interrupted */
 		if (this->state != state) {
 			spin_unlock_bh (&this->chip_lock);





More information about the linux-mtd-cvs mailing list