mtd/drivers/mtd/nand nand_base.c,1.148,1.149

Artem Bityuckiy dedekind at infradead.org
Tue Aug 16 09:58:47 EDT 2005


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

Modified Files:
	nand_base.c 
Log Message:
[MTD] remove unneeded chip reset

This codde slipped there by accident.


Index: nand_base.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand_base.c,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- nand_base.c	4 Aug 2005 17:14:48 -0000	1.148
+++ nand_base.c	16 Aug 2005 13:58:43 -0000	1.149
@@ -2652,9 +2652,6 @@
 
 	mtd->owner = THIS_MODULE;
 
-	/* Reset the chip */
-	this->cmdfunc (mtd, NAND_CMD_RESET, -1, -1);
-	
 	/* Check, if we should skip the bad block table scan */
 	if (this->options & NAND_SKIP_BBTSCAN)
 		return 0;





More information about the linux-mtd-cvs mailing list