* [PATCH] arm/at91: fix build of stamp9g20
@ 2011-12-20 21:33 Olof Johansson
2011-12-21 21:23 ` Nicolas Ferre
0 siblings, 1 reply; 2+ messages in thread
From: Olof Johansson @ 2011-12-20 21:33 UTC (permalink / raw)
To: linux-arm-kernel
Fixes build:
arch/arm/mach-at91/board-stamp9g20.c:126: error: expected '}' before ';' token
Signed-off-by: Olof Johansson <olof@lixom.net>
---
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
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] arm/at91: fix build of stamp9g20
2011-12-20 21:33 [PATCH] arm/at91: fix build of stamp9g20 Olof Johansson
@ 2011-12-21 21:23 ` Nicolas Ferre
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2011-12-21 21:23 UTC (permalink / raw)
To: linux-arm-kernel
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 <olof@lixom.net>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-21 21:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-20 21:33 [PATCH] arm/at91: fix build of stamp9g20 Olof Johansson
2011-12-21 21:23 ` Nicolas Ferre
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.