mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 13:06:41 +07:00
[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@tripeaks.co.jp> Signed-off-by: Artem Bityutskiy <dedekind@infradead.org>
This commit is contained in:
parent
c0fe10aef3
commit
eb6cf7bb71
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user