Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb6cf7bb authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Artem Bityutskiy
Browse files

[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: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarArtem Bityutskiy <dedekind@infradead.org>
parent c0fe10ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {