Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45670
b: refs/heads/master
c: eb6cf7b
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Artem Bityutskiy committed Nov 29, 2006
1 parent df2cc87 commit eb1cbc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0fe10aef354912c38c43991dd38c16f1828cfe3
refs/heads/master: eb6cf7bb71baa109041c04357b930a0c0bfa0db7
2 changes: 1 addition & 1 deletion trunk/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 eb1cbc2

Please sign in to comment.