mtd/util erase.c,1.8,1.9

David Woodhouse dwmw2 at infradead.org
Fri May 17 04:54:34 EDT 2002


Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv11589

Modified Files:
	erase.c 
Log Message:
Remove superfluous printf

Index: erase.c
===================================================================
RCS file: /home/cvs/mtd/util/erase.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- erase.c	27 Mar 2001 12:01:29 -0000	1.8
+++ erase.c	17 May 2002 08:54:31 -0000	1.9
@@ -97,7 +97,6 @@
 		erase.start = start;
 
 		erase.length = meminfo.erasesize;
-		printf("Erase Unit Size 0x%lx, ", meminfo.erasesize);
 
 		for (; count > 0; count--) {
 			printf("\rPerforming Flash Erase of length %lu at offset 0x%lx",





More information about the linux-mtd-cvs mailing list