mtd/drivers/mtd/chips cfi_cmdset_0002.c,1.96,1.97
dvrabel at infradead.org
dvrabel at infradead.org
Tue Feb 24 08:50:24 EST 2004
Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv23185
Modified Files:
cfi_cmdset_0002.c
Log Message:
Fix DEBUG message.
Index: cfi_cmdset_0002.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/cfi_cmdset_0002.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- cfi_cmdset_0002.c 17 Feb 2004 16:43:41 -0000 1.96
+++ cfi_cmdset_0002.c 24 Feb 2004 13:50:21 -0000 1.97
@@ -780,7 +780,7 @@
* already contains 0xff.
*/
if (cfi_read(map, adr) == datum) {
- DEBUG( MTD_DEBUG_LEVEL3, "MTD %s(): NOP\n"
+ DEBUG( MTD_DEBUG_LEVEL3, "MTD %s(): NOP\n",
__func__);
goto op_done;
}
More information about the linux-mtd-cvs
mailing list