* [PATCH][MIPS] fix wrong cast
@ 2007-05-28 14:13 Yoichi Yuasa
2007-05-29 10:30 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2007-05-28 14:13 UTC (permalink / raw)
To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips
Hi Ralf,
This patch has fixed wrong cast.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X generic/Documentation/dontdiff generic-orig/arch/mips/au1000/pb1100/init.c generic/arch/mips/au1000/pb1100/init.c
--- generic-orig/arch/mips/au1000/pb1100/init.c 2007-03-23 11:00:22.462630500 +0900
+++ generic/arch/mips/au1000/pb1100/init.c 2007-03-23 17:07:27.210831500 +0900
@@ -53,7 +53,7 @@ void __init prom_init(void)
prom_argc = fw_arg0;
prom_argv = (char **) fw_arg1;
- prom_envp = (int *) fw_arg3;
+ prom_envp = (char **) fw_arg3;
mips_machgroup = MACH_GROUP_ALCHEMY;
mips_machtype = MACH_PB1100;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][MIPS] fix wrong cast
2007-05-28 14:13 [PATCH][MIPS] fix wrong cast Yoichi Yuasa
@ 2007-05-29 10:30 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-05-29 10:30 UTC (permalink / raw)
To: Yoichi Yuasa; +Cc: linux-mips
On Mon, May 28, 2007 at 11:13:50PM +0900, Yoichi Yuasa wrote:
> This patch has fixed wrong cast.
Applied. Thanks,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-31 10:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-28 14:13 [PATCH][MIPS] fix wrong cast Yoichi Yuasa
2007-05-29 10:30 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox