mtd/drivers/mtd/chips cfi_probe.c,1.82,1.83

Nicolas Pitre nico at infradead.org
Tue Nov 16 13:19:05 EST 2004


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

Modified Files:
	cfi_probe.c 
Log Message:
fix bogus comment


Index: cfi_probe.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/cfi_probe.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- cfi_probe.c	16 Nov 2004 17:26:01 -0000	1.82
+++ cfi_probe.c	16 Nov 2004 18:19:02 -0000	1.83
@@ -96,7 +96,7 @@
 	if (!map_word_equal(map, qry[2], val[2]))
 		return 0;
 
-	return 1; 	// nothing found
+	return 1; 	// "QRY" found
 }
 
 static int __xipram cfi_probe_chip(struct map_info *map, __u32 base,





More information about the linux-mtd-cvs mailing list