mtd/drivers/mtd/maps pcmciamtd.c,1.35,1.36
rmk at infradead.org
rmk at infradead.org
Mon Oct 14 14:49:15 EDT 2002
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv26496
Modified Files:
pcmciamtd.c
Log Message:
Fix compiler warning
Index: pcmciamtd.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/pcmciamtd.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- pcmciamtd.c 13 Sep 2002 15:21:12 -0000 1.35
+++ pcmciamtd.c 14 Oct 2002 18:49:12 -0000 1.36
@@ -509,7 +509,7 @@
int ret;
int i;
config_info_t t;
- static const char *probes[] = { "jedec_probe", "cfi_probe" };
+ static char *probes[] = { "jedec_probe", "cfi_probe" };
cisinfo_t cisinfo;
int new_name = 0;
More information about the linux-mtd-cvs
mailing list