提交 8b68a126 编写于 作者: E Eric Sesterhenn / snakebyte 提交者: Linus Torvalds

[PATCH] Fix debug statement in inftlcore.c

Fix a copy/paste bug found by cpminer inside the inftlcore.c file
Signed-off-by: NEric Sesterhenn <snakebyte@gmx.de>
Acked-by: NGreg Ungerer <gerg@snapgear.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Acked-by: NDavid Woodhouse <dwmw2@infradead.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 b175d03d
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册