From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm/at91: fix build of stamp9g20
Date: Wed, 21 Dec 2011 22:23:58 +0100 [thread overview]
Message-ID: <4EF24E6E.2050309@atmel.com> (raw)
In-Reply-To: <1324416782-29035-1-git-send-email-olof@lixom.net>
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
prev parent reply other threads:[~2011-12-21 21:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-20 21:33 [PATCH] arm/at91: fix build of stamp9g20 Olof Johansson
2011-12-21 21:23 ` Nicolas Ferre [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EF24E6E.2050309@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.