mtd/drivers/mtd/nand s3c2410.c,1.3,1.4
bjd at infradead.org
bjd at infradead.org
Mon Oct 11 20:50:35 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv12586
Modified Files:
s3c2410.c
Log Message:
fixed spelling error
Index: s3c2410.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/s3c2410.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- s3c2410.c 12 Oct 2004 00:39:42 -0000 1.3
+++ s3c2410.c 12 Oct 2004 00:50:32 -0000 1.4
@@ -217,7 +217,7 @@
return;
}
- if (info->platfrom != NULL) {
+ if (info->platform != NULL) {
if (info->platform->select_chip != NULL)
(info->platform->select_chip)(nmtd->set, chip);
}
More information about the linux-mtd-cvs
mailing list