projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b175d03
)
[PATCH] Fix debug statement in inftlcore.c
author
Eric Sesterhenn / snakebyte
<
[email protected]
>
Fri, 31 Mar 2006 10:29:47 +0000
(
02:29
-0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 31 Mar 2006 20:18:48 +0000
(12:18 -0800)
Fix a copy
\a
/paste bug found by cpminer inside the inftlcore.c file
Signed-off-by: Eric Sesterhenn <
[email protected]
>
Acked-by: Greg Ungerer <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Acked-by: David Woodhouse <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/mtd/inftlcore.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/inftlcore.c
b/drivers/mtd/inftlcore.c
index abb76aa6326a30665015bc19e3dc04df2217ad07..a3b92479719db14e52d1d716952403ac9d218aa0 100644
(file)
--- 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", i
nftl->mbd.devnum + 'a');
#endif
return;
}