mtd/drivers/mtd/chips cfi_probe.c,1.78,1.79
David Woodhouse
dwmw2 at infradead.org
Wed Oct 20 19:04:04 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv27457
Modified Files:
cfi_probe.c
Log Message:
two different typos for winbond
Index: cfi_probe.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/cfi_probe.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- cfi_probe.c 24 Sep 2004 04:26:04 -0000 1.78
+++ cfi_probe.c 20 Oct 2004 23:04:01 -0000 1.79
@@ -244,8 +244,8 @@
case P_ID_AMD_EXT:
return "AMD/Fujitsu Extended";
- case P_ID_WINBOD:
- return "Windbond Standard";
+ case P_ID_WINBOND:
+ return "Winbond Standard";
case P_ID_ST_ADV:
return "ST Advanced";
More information about the linux-mtd-cvs
mailing list