mtd/drivers/mtd/nand nand.c,1.83,1.84

gleixner at infradead.org gleixner at infradead.org
Mon May 3 15:32:04 EDT 2004


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

Modified Files:
	nand.c 
Log Message:
tglx blames himself

Index: nand.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- nand.c	30 Apr 2004 12:27:36 -0000	1.83
+++ nand.c	3 May 2004 19:32:01 -0000	1.84
@@ -1535,7 +1535,7 @@
 	/* Setup start page */
 	page = ((int) to) >> this->page_shift;
 	/* Invalidate the page cache, if we write to the cached page */
-	if (page <= this->pagebuf && this->pagebuf < ((to + total_len) >> this->pageshift))  
+	if (page <= this->pagebuf && this->pagebuf < ((to + total_len) >> this->page_shift))  
 		this->pagebuf = -1;
 
 	startpage = page & this->pagemask;




More information about the linux-mtd-cvs mailing list