mtd/util nanddump.c,1.17,1.18
gleixner at infradead.org
gleixner at infradead.org
Sun Sep 12 05:36:09 EDT 2004
Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv16193
Modified Files:
nanddump.c
Log Message:
make it less noisy
Index: nanddump.c
===================================================================
RCS file: /home/cvs/mtd/util/nanddump.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- nanddump.c 11 Sep 2004 18:50:27 -0000 1.17
+++ nanddump.c 12 Sep 2004 09:36:06 -0000 1.18
@@ -49,7 +49,7 @@
/* Make sure enough arguments were passed */
if (argc < 3) {
- fprintf(stdout, "nanddump V1.16");
+ fprintf(stdout, "nanddump V1.18");
fprintf(stderr, "usage: <mtdname> <dumpname> [start addr] [length]\n");
exit(1);
}
@@ -145,7 +145,6 @@
/* Read OOB data and exit on failure */
oob.start = ofs;
- fprintf(stderr, "Dumping %lx\n", ofs);
if (ioctl(fd, MEMREADOOB, &oob) != 0) {
perror("ioctl(MEMREADOOB)");
close(fd);
More information about the linux-mtd-cvs
mailing list