mtd/drivers/mtd inftlcore.c,1.21,1.22
David Woodhouse
dwmw2 at infradead.org
Wed Mar 29 03:36:01 EST 2006
Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv3958/drivers/mtd
Modified Files:
inftlcore.c
Log Message:
From: Eric Sesterhenn / snakebyte <snakebyte at gmx.de>
Fix a copy/paste bug found by cpminer inside the inftlcore.c file
Signed-off-by: Eric Sesterhenn <snakebyte at gmx.de>
Acked-by: Greg Ungerer <gerg at snapgear.com>
Cc: Thomas Gleixner <tglx at linutronix.de>
Signed-off-by: Andrew Morton <akpm at osdl.org>
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
Index: inftlcore.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/inftlcore.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- inftlcore.c 29 Mar 2006 08:27:07 -0000 1.21
+++ inftlcore.c 29 Mar 2006 08:35:59 -0000 1.22
@@ -129,7 +129,7 @@
return;
}
#ifdef PSYCHO_DEBUG
- printk(KERN_INFO "INFTL: Found new nftl%c\n", nftl->mbd.devnum + 'a');
+ printk(KERN_INFO "INFTL: Found new inftl%c\n", inftl->mbd.devnum + 'a');
#endif
return;
}
More information about the linux-mtd-cvs
mailing list