[MTD] fix map probe name for cstm_mips_ixx
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Wed Nov 29 11:59:02 EST 2006
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=eb6cf7bb71baa109041c04357b930a0c0bfa0db7
Commit: eb6cf7bb71baa109041c04357b930a0c0bfa0db7
Parent: c0fe10aef354912c38c43991dd38c16f1828cfe3
Author: Yoichi Yuasa <yoichi_yuasa at tripeaks.co.jp>
AuthorDate: Wed Oct 25 23:29:17 2006 +0900
Committer: Artem Bityutskiy <dedekind at infradead.org>
CommitDate: Wed Nov 29 16:57:55 2006 +0200
[MTD] fix map probe name for cstm_mips_ixx
This patch has fixed name of map probe for cstm_mips_ixx.c
Signed-off-by: Yoichi Yuasa <yoichi_yuasa at tripeaks.co.jp>
Signed-off-by: Artem Bityutskiy <dedekind at infradead.org>
---
drivers/mtd/maps/cstm_mips_ixx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/maps/cstm_mips_ixx.c b/drivers/mtd/maps/cstm_mips_ixx.c
index d57eba2..2ef22a5 100644
--- a/drivers/mtd/maps/cstm_mips_ixx.c
+++ b/drivers/mtd/maps/cstm_mips_ixx.c
@@ -115,7 +115,7 @@ int __init init_cstm_mips_ixx(void)
//printk(KERN_NOTICE "phymap %d cfi_probe: mymtd is %x\n",i,(unsigned int)mymtd);
if (!mymtd) {
jedec = 1;
- mymtd = (struct mtd_info *)do_map_probe("jedec", &cstm_mips_ixx_map[i]);
+ mymtd = (struct mtd_info *)do_map_probe("jedec_probe", &cstm_mips_ixx_map[i]);
printk(KERN_NOTICE "cstm_mips_ixx %d jedec: mymtd is %x\n",i,(unsigned int)mymtd);
}
if (mymtd) {
More information about the linux-mtd-cvs
mailing list