Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eb6cf7bb71baa109041c04357b930a0c0bfa0db7
Commit:     eb6cf7bb71baa109041c04357b930a0c0bfa0db7
Parent:     c0fe10aef354912c38c43991dd38c16f1828cfe3
Author:     Yoichi Yuasa <[EMAIL PROTECTED]>
AuthorDate: Wed Oct 25 23:29:17 2006 +0900
Committer:  Artem Bityutskiy <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
    Signed-off-by: Artem Bityutskiy <[EMAIL PROTECTED]>
---
 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) {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to