mtd/drivers/mtd/chips cfi_cmdset_0001.c,1.126,1.127

acurtis at onz.com acurtis at onz.com
Wed Jul 2 16:29:40 EDT 2003


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

Modified Files:
	cfi_cmdset_0001.c 
Log Message:
Added FL_STATUS to the FL_READY case in put_chip(). (Eliminate noise)


Index: cfi_cmdset_0001.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/cfi_cmdset_0001.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- cfi_cmdset_0001.c	23 Jun 2003 07:45:48 -0000	1.126
+++ cfi_cmdset_0001.c	2 Jul 2003 20:29:38 -0000	1.127
@@ -431,6 +431,7 @@
 		break;
 
 	case FL_READY:
+	case FL_STATUS:
 		/* We should really make set_vpp() count, rather than doing this */
 		DISABLE_VPP(map);
 		break;




More information about the linux-mtd-cvs mailing list