Re: [Patch][Trivial] Fix debug statement in inftlcore.c
- From: Greg Ungerer <gerg@xxxxxxxxxxxx>
- Date: Fri, 27 Jan 2006 13:08:55 +1000
Hi Eric,
Eric Sesterhenn / snakebyte wrote:
this fixes a copy/paste bug found by cpminer inside the inftlcore.c file
Looks good.
Signed-off-by: Eric Sesterhenn <snakebyte@xxxxxx> Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxxx>
--- linux-2.6.16-rc1-git4/drivers/mtd/inftlcore.c.orig 2006-01-25 20:51:14.000000000 +0100
+++ linux-2.6.16-rc1-git4/drivers/mtd/inftlcore.c 2006-01-25 20:51:25.000000000 +0100
@@ -132,7 +132,7 @@ static void inftl_add_mtd(struct mtd_blk
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;
}
-- ------------------------------------------------------------------------ Greg Ungerer -- Chief Software Dude EMAIL: gerg@xxxxxxxxxxxx SnapGear -- a CyberGuard Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- [Patch][Trivial] Fix debug statement in inftlcore.c
- From: Eric Sesterhenn / snakebyte
- [Patch][Trivial] Fix debug statement in inftlcore.c
- Prev by Date: Re: How to dump stack for kernel threads
- Next by Date: Re: GPL V3 and Linux
- Previous by thread: [Patch][Trivial] Fix debug statement in inftlcore.c
- Next by thread: [PATCH 3/3] megaraid_sas: support for 1078 type controller added
- Index(es):
Relevant Pages
|