Skip to content

Commit

Permalink
[MTD] fix map probe name for cstm_mips_ixx
Browse files Browse the repository at this point in the history
This patch has fixed name of map probe for cstm_mips_ixx.c

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Artem Bityutskiy <dedekind@infradead.org>
  • Loading branch information
Yoichi Yuasa authored and Artem Bityutskiy committed Nov 29, 2006
1 parent c0fe10a commit eb6cf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/maps/cstm_mips_ixx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit eb6cf7b

Please sign in to comment.