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:
c0fe10a
)
[MTD] fix map probe name for cstm_mips_ixx
author
Yoichi Yuasa
<
[email protected]
>
Wed, 25 Oct 2006 14:29:17 +0000
(23:29 +0900)
committer
Artem Bityutskiy
<
[email protected]
>
Wed, 29 Nov 2006 14:57:55 +0000
(16:57 +0200)
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
patch
|
blob
|
history
diff --git
a/drivers/mtd/maps/cstm_mips_ixx.c
b/drivers/mtd/maps/cstm_mips_ixx.c
index d57eba24c20181acd45ffca854a21e9b5d05144d..2ef22a5a1de245ac2c6f6df6ad2ec28d9779bba4 100644
(file)
--- 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) {