AT91: at91sam9263_devices typo

From: Nicolas Ferre
Date: Mon Apr 21 2008 - 09:49:20 EST


at91sam9263_devices mci typo

Signed-off-by: Nicolas Ferre <nicolas.ferre@xxxxxxxxx>
---
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 */



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/