public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] fix map probe name for cstm_mips_ixx
@ 2006-10-25 14:29 Yoichi Yuasa
  2006-10-25 14:38 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2006-10-25 14:29 UTC (permalink / raw)
  To: dwmw2; +Cc: linux-mtd, yoichi_yuasa

Hi,

This patch has fixed name of map probe for cstm_mips_ixx.c .

Yoichi

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X mtd/Documentation/dontdiff mtd-orig/drivers/mtd/maps/cstm_mips_ixx.c mtd/drivers/mtd/maps/cstm_mips_ixx.c
--- mtd-orig/drivers/mtd/maps/cstm_mips_ixx.c	2006-10-25 10:35:03.616951250 +0900
+++ mtd/drivers/mtd/maps/cstm_mips_ixx.c	2006-10-25 10:37:19.973473000 +0900
@@ -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) {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix map probe name for cstm_mips_ixx
  2006-10-25 14:29 [PATCH] fix map probe name for cstm_mips_ixx Yoichi Yuasa
@ 2006-10-25 14:38 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2006-10-25 14:38 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mtd, dwmw2

Hi,

On Wed, 2006-10-25 at 23:29 +0900, Yoichi Yuasa wrote:
> -			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]);

Looks OK.

-- 
Best regards,
Artem Bityutskiy (Битюцкий Артём)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-25 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25 14:29 [PATCH] fix map probe name for cstm_mips_ixx Yoichi Yuasa
2006-10-25 14:38 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox