From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Wed, 21 Dec 2011 22:23:58 +0100 Subject: [PATCH] arm/at91: fix build of stamp9g20 In-Reply-To: <1324416782-29035-1-git-send-email-olof@lixom.net> References: <1324416782-29035-1-git-send-email-olof@lixom.net> Message-ID: <4EF24E6E.2050309@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/20/2011 10:33 PM, Olof Johansson : > Fixes build: > > arch/arm/mach-at91/board-stamp9g20.c:126: error: expected '}' before ';' token > > Signed-off-by: Olof Johansson Acked-by: Nicolas Ferre Thanks a lot Olof for this correction. Sorry for not having noticed the first one... Best regards, > --- > > Nicolas, I haven't seen any replies from neither you nor Jean-Christoph > on the email I sent over a week ago about this. Can you ack this patch > and I'll apply it to the branch in arm-soc? > > Thanks, > > -Olof > > arch/arm/mach-at91/board-stamp9g20.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/mach-at91/board-stamp9g20.c b/arch/arm/mach-at91/board-stamp9g20.c > index e8d3d5b..72eb3b4 100644 > --- a/arch/arm/mach-at91/board-stamp9g20.c > +++ b/arch/arm/mach-at91/board-stamp9g20.c > @@ -123,8 +123,8 @@ static void __init add_device_nand(void) > static struct mci_platform_data __initdata mmc_data = { > .slot[0] = { > .bus_width = 4, > - .detect_pin = -1; > - .wp_pin = -1; > + .detect_pin = -1, > + .wp_pin = -1, > }, > }; > #else -- Nicolas Ferre