diff mbox

powerpc: Fix a typo that breaks canyonland support

Message ID 20081003093338.50543DDF78@ozlabs.org (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Benjamin Herrenschmidt Oct. 3, 2008, 9:33 a.m. UTC
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(-)

Comments

Josh Boyer Oct. 3, 2008, 12:04 p.m. UTC | #1
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
Benjamin Herrenschmidt Oct. 3, 2008, 12:18 p.m. UTC | #2
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.
Josh Boyer Oct. 3, 2008, 12:25 p.m. UTC | #3
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
diff mbox

Patch

--- 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",