mtd/drivers/mtd/chips cfi_cmdset_0002.c,1.89,1.90
Thayne Harbaugh
tharbaugh at lnxi.com
Mon Oct 20 09:27:10 EDT 2003
- Previous message: mtd/drivers/mtd/chips cfi_cmdset_0002.c,1.88,1.89
- Next message: mtd/drivers/mtd/nand toto.c,NONE,1.1 Config.in,1.12,1.13
Kconfig,1.4,1.5 Makefile.common,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv757
Modified Files:
cfi_cmdset_0002.c
Log Message:
Pesky commas are needed!
Index: cfi_cmdset_0002.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/cfi_cmdset_0002.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- cfi_cmdset_0002.c 17 Oct 2003 21:49:04 -0000 1.89
+++ cfi_cmdset_0002.c 20 Oct 2003 13:27:07 -0000 1.90
@@ -368,10 +368,10 @@
mtd->erase = cfi_amdstd_erase_onesize;
mtd->read = cfi_amdstd_read;
if ( cfi->cfiq->BufWriteTimeoutTyp && !FORCE_WORD_WRITE) {
- DEBUG(MTD_DEBUG_LEVEL1 "Using buffer write method\n" );
+ DEBUG(MTD_DEBUG_LEVEL1, "Using buffer write method\n" );
mtd->write = cfi_amdstd_write_buffers;
} else {
- DEBUG(MTD_DEBUG_LEVEL1 "Using word write method\n" );
+ DEBUG(MTD_DEBUG_LEVEL1, "Using word write method\n" );
mtd->write = cfi_amdstd_write_words;
}
- Previous message: mtd/drivers/mtd/chips cfi_cmdset_0002.c,1.88,1.89
- Next message: mtd/drivers/mtd/nand toto.c,NONE,1.1 Config.in,1.12,1.13
Kconfig,1.4,1.5 Makefile.common,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list