public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* AT91: at91sam9263_devices typo
@ 2008-04-21 13:48 Nicolas Ferre
  2008-04-21 18:56 ` Andrew Victor
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Ferre @ 2008-04-21 13:48 UTC (permalink / raw)
  To: ARM Linux Mailing List, Andrew Victor, Linux Kernel list

at91sam9263_devices mci typo

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
Andrew, should I send it directly to the patch system or 
will you integrate it in your tree ?

--- a/arch/arm/mach-at91/at91sam9263_devices.c
+++ b/arch/arm/mach-at91/at91sam9263_devices.c
@@ -308,7 +308,7 @@
 		}
 
 		mmc0_data = *data;
-		at91_clock_associate("mci0_clk", &at91sam9263_mmc1_device.dev, "mci_clk");
+		at91_clock_associate("mci0_clk", &at91sam9263_mmc0_device.dev, "mci_clk");
 		platform_device_register(&at91sam9263_mmc0_device);
 	} else {			/* MCI1 */
 		/* CLK */




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

end of thread, other threads:[~2008-04-22 13:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21 13:48 AT91: at91sam9263_devices typo Nicolas Ferre
2008-04-21 18:56 ` Andrew Victor
2008-04-22 13:01   ` Nicolas Ferre

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