summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/inftlcore.c
diff options
context:
space:
mode:
authorEric Sesterhenn / snakebyte2006-03-31 12:29:47 +0200
committerLinus Torvalds2006-03-31 22:18:48 +0200
commit8b68a1263305d4e8a07d8a43c996969ea9e44292 (patch)
tree9daf6d89b7c19463b73c3ef237e7cc7685a1556e /drivers/mtd/inftlcore.c
parent[PATCH] mtd cmdlinepart: allow zero offset value (diff)
downloadkernel-qcow2-linux-8b68a1263305d4e8a07d8a43c996969ea9e44292.tar.gz
kernel-qcow2-linux-8b68a1263305d4e8a07d8a43c996969ea9e44292.tar.xz
kernel-qcow2-linux-8b68a1263305d4e8a07d8a43c996969ea9e44292.zip
[PATCH] Fix debug statement in inftlcore.c
Fix a copy/paste bug found by cpminer inside the inftlcore.c file Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Acked-by: Greg Ungerer <gerg@snapgear.com> Cc: Thomas Gleixner <tglx@linutronix.de> Acked-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/mtd/inftlcore.c')
-rw-r--r--drivers/mtd/inftlcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/inftlcore.c b/drivers/mtd/inftlcore.c
index abb76aa6326a..a3b92479719d 100644
--- a/drivers/mtd/inftlcore.c
+++ b/drivers/mtd/inftlcore.c
@@ -129,7 +129,7 @@ static void inftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd)
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;
}