[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <480C9B40.20109@atmel.com>
Date: Mon, 21 Apr 2008 15:48:48 +0200
From: Nicolas Ferre <nicolas.ferre@...el.com>
To: ARM Linux Mailing List <linux-arm-kernel@...ts.arm.linux.org.uk>,
Andrew Victor <linux@...im.org.za>,
Linux Kernel list <linux-kernel@...r.kernel.org>
Subject: AT91: at91sam9263_devices typo
at91sam9263_devices mci typo
Signed-off-by: Nicolas Ferre <nicolas.ferre@...el.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 */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists