Skip to content

Commit

Permalink
[PATCH] Fix debug statement in inftlcore.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Sesterhenn / snakebyte authored and Linus Torvalds committed Mar 31, 2006
1 parent b175d03 commit 8b68a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/inftlcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8b68a12

Please sign in to comment.