All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix eth2 platform device id for jaguar_atx and ocelot_3 platforms
@ 2007-02-09 20:31 Dale Farnsworth
  2007-02-10 21:56 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Dale Farnsworth @ 2007-02-09 20:31 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips


From: Dale Farnsworth <dale@farnsworth.org>

Signed-off-by: Dale Farnsowrth <dale@farnsworth.org>

diff --git a/arch/mips/momentum/jaguar_atx/platform.c b/arch/mips/momentum/jaguar_atx/platform.c
index 035ea51..8103770 100644
--- a/arch/mips/momentum/jaguar_atx/platform.c
+++ b/arch/mips/momentum/jaguar_atx/platform.c
@@ -129,7 +129,7 @@ static struct mv643xx_eth_platform_data
 
 static struct platform_device eth2_device = {
 	.name		= MV643XX_ETH_NAME,
-	.id		= 1,
+	.id		= 2,
 	.num_resources	= ARRAY_SIZE(mv64x60_eth2_resources),
 	.resource	= mv64x60_eth2_resources,
 	.dev = {
diff --git a/arch/mips/momentum/ocelot_3/platform.c b/arch/mips/momentum/ocelot_3/platform.c
index eefe584..57cfe5c 100644
--- a/arch/mips/momentum/ocelot_3/platform.c
+++ b/arch/mips/momentum/ocelot_3/platform.c
@@ -129,7 +129,7 @@ static struct mv643xx_eth_platform_data
 
 static struct platform_device eth2_device = {
 	.name		= MV643XX_ETH_NAME,
-	.id		= 1,
+	.id		= 2,
 	.num_resources	= ARRAY_SIZE(mv64x60_eth2_resources),
 	.resource	= mv64x60_eth2_resources,
 	.dev = {

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

* Re: Fix eth2 platform device id for jaguar_atx and ocelot_3 platforms
  2007-02-09 20:31 Fix eth2 platform device id for jaguar_atx and ocelot_3 platforms Dale Farnsworth
@ 2007-02-10 21:56 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-02-10 21:56 UTC (permalink / raw)
  To: Dale Farnsworth; +Cc: linux-mips

On Fri, Feb 09, 2007 at 01:31:43PM -0700, Dale Farnsworth wrote:

> Subject: Fix eth2 platform device id for jaguar_atx and ocelot_3 platforms

Thanks, applied.

  Ralf

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

end of thread, other threads:[~2007-02-11  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-09 20:31 Fix eth2 platform device id for jaguar_atx and ocelot_3 platforms Dale Farnsworth
2007-02-10 21:56 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.