linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: Fix a typo that breaks canyonland support
@ 2008-10-03  9:33 Benjamin Herrenschmidt
  2008-10-03 12:04 ` Josh Boyer
  0 siblings, 1 reply; 4+ messages in thread
From: Benjamin Herrenschmidt @ 2008-10-03  9:33 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

A typo in the new ppc4xx_simple.c prevents proper detection of
the AMCC Canyonland board.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---

 arch/powerpc/platforms/44x/ppc44x_simple.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-work.orig/arch/powerpc/platforms/44x/ppc44x_simple.c	2008-10-03 14:44:32.000000000 +1000
+++ linux-work/arch/powerpc/platforms/44x/ppc44x_simple.c	2008-10-03 14:44:36.000000000 +1000
@@ -53,7 +53,7 @@ machine_device_initcall(ppc44x_simple, p
  */
 static char *board[] __initdata = {
 	"amcc,bamboo",
-	"amcc,cayonlands",
+	"amcc,canyonlands",
 	"amcc,glacier",
 	"ibm,ebony",
 	"amcc,katmai",

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

* Re: [PATCH] powerpc: Fix a typo that breaks canyonland support
  2008-10-03  9:33 [PATCH] powerpc: Fix a typo that breaks canyonland support Benjamin Herrenschmidt
@ 2008-10-03 12:04 ` Josh Boyer
  2008-10-03 12:18   ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Boyer @ 2008-10-03 12:04 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev

On Fri, Oct 03, 2008 at 07:33:20PM +1000, Benjamin Herrenschmidt wrote:
>A typo in the new ppc4xx_simple.c prevents proper detection of
>the AMCC Canyonland board.
>
>Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

This is already fixed in my 'next' branch.

josh

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

* Re: [PATCH] powerpc: Fix a typo that breaks canyonland support
  2008-10-03 12:04 ` Josh Boyer
@ 2008-10-03 12:18   ` Benjamin Herrenschmidt
  2008-10-03 12:25     ` Josh Boyer
  0 siblings, 1 reply; 4+ messages in thread
From: Benjamin Herrenschmidt @ 2008-10-03 12:18 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

On Fri, 2008-10-03 at 08:04 -0400, Josh Boyer wrote:
> On Fri, Oct 03, 2008 at 07:33:20PM +1000, Benjamin Herrenschmidt wrote:
> >A typo in the new ppc4xx_simple.c prevents proper detection of
> >the AMCC Canyonland board.
> >
> >Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> 
> This is already fixed in my 'next' branch.

Ah well, I was waiting for you to ask me to pull it :-)

Ben.

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

* Re: [PATCH] powerpc: Fix a typo that breaks canyonland support
  2008-10-03 12:18   ` Benjamin Herrenschmidt
@ 2008-10-03 12:25     ` Josh Boyer
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2008-10-03 12:25 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev

On Fri, Oct 03, 2008 at 10:18:06PM +1000, Benjamin Herrenschmidt wrote:
>On Fri, 2008-10-03 at 08:04 -0400, Josh Boyer wrote:
>> On Fri, Oct 03, 2008 at 07:33:20PM +1000, Benjamin Herrenschmidt wrote:
>> >A typo in the new ppc4xx_simple.c prevents proper detection of
>> >the AMCC Canyonland board.
>> >
>> >Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
>> 
>> This is already fixed in my 'next' branch.
>
>Ah well, I was waiting for you to ask me to pull it :-)

Today my friend.  Today.

I do try and at least test things a bit :).

josh

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

end of thread, other threads:[~2008-10-03 12:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-03  9:33 [PATCH] powerpc: Fix a typo that breaks canyonland support Benjamin Herrenschmidt
2008-10-03 12:04 ` Josh Boyer
2008-10-03 12:18   ` Benjamin Herrenschmidt
2008-10-03 12:25     ` Josh Boyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).