* [PATCH] PalmZ71 extra brace fix
@ 2006-10-28 18:35 Marek Vašut
0 siblings, 0 replies; only message in thread
From: Marek Vašut @ 2006-10-28 18:35 UTC (permalink / raw)
To: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 125 bytes --]
Hi,
there is one extra brace in z71 board file, this patch fixes it.
Signed-off-by: Marek Vašut <marek.vasut@gmail.com>
[-- Attachment #2: palmz71-board-extra-brace-fix.patch --]
[-- Type: text/x-diff, Size: 460 bytes --]
--- linux-omap-dev/arch/arm/mach-omap1/board-palmz71.c 2006-10-28 01:36:48.000000000 +0200
+++ linux-omap/arch/arm/mach-omap1/board-palmz71.c 2006-10-28 20:07:30.000000000 +0200
@@ -251,7 +251,7 @@
.get_pendown_state = palmz71_get_pendown_state,
};
-static struct spi_board_info __initdata palmz71_boardinfo[] = { {
+static struct spi_board_info __initdata palmz71_boardinfo[] = {
{
/* MicroWire (bus 2) CS0 has an ads7846e */
.modalias = "ads7846",
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-28 18:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-28 18:35 [PATCH] PalmZ71 extra brace fix Marek Vašut
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.