mtd/drivers/mtd/chips jedec_probe.c,1.48,1.49
David Woodhouse
dwmw2 at infradead.org
Fri Jul 9 12:53:01 EDT 2004
- Previous message: mtd/docboot Makefile, NONE, 1.1 README, NONE, 1.1 cmdline, NONE,
1.1 doc_bootstub.S, NONE, 1.1 doc_bootstub.h, NONE,
1.1 makespl.c, NONE, 1.1
- Next message: mtd/drivers/mtd/chips cfi_probe.c,1.75,1.76
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv7763
Modified Files:
jedec_probe.c
Log Message:
Fix debug printk
Index: jedec_probe.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/jedec_probe.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- jedec_probe.c 8 Jul 2004 15:25:50 -0000 1.48
+++ jedec_probe.c 9 Jul 2004 16:52:58 -0000 1.49
@@ -1723,7 +1723,7 @@
&& ( (unlock_addrs[uaddr].addr1 & mask) != cfi->addr_unlock1 ||
(unlock_addrs[uaddr].addr2 & mask) != cfi->addr_unlock2 ) ) {
DEBUG( MTD_DEBUG_LEVEL3,
- "MTD %s(): 0x%.4x 0x%.4x did not match\n",
+ "MTD %s(): 0x%.4lx 0x%.4lx did not match\n",
__func__,
unlock_addrs[uaddr].addr1 & mask,
unlock_addrs[uaddr].addr2 & mask);
- Previous message: mtd/docboot Makefile, NONE, 1.1 README, NONE, 1.1 cmdline, NONE,
1.1 doc_bootstub.S, NONE, 1.1 doc_bootstub.h, NONE,
1.1 makespl.c, NONE, 1.1
- Next message: mtd/drivers/mtd/chips cfi_probe.c,1.75,1.76
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list