From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91: fix at91_aic_write macro
Date: Thu, 7 Jun 2012 14:30:43 +0200 [thread overview]
Message-ID: <4FD09EF3.8000506@atmel.com> (raw)
In-Reply-To: <1338477965-19581-1-git-send-email-ludovic.desroches@atmel.com>
On 05/31/2012 05:26 PM, ludovic.desroches at atmel.com :
> From: Ludovic Desroches <ludovic.desroches@atmel.com>
>
> Fix at91_aic_write macro to avoid potential issues.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
And queued in the AT91 branch at91-3.6-cleanup on
git://github.com/at91linux/linux-at91.git
Thanks,
> ---
> arch/arm/mach-at91/include/mach/at91_aic.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-at91/include/mach/at91_aic.h b/arch/arm/mach-at91/include/mach/at91_aic.h
> index 3045781..c1413ed 100644
> --- a/arch/arm/mach-at91/include/mach/at91_aic.h
> +++ b/arch/arm/mach-at91/include/mach/at91_aic.h
> @@ -23,7 +23,7 @@ extern void __iomem *at91_aic_base;
> __raw_readl(at91_aic_base + field)
>
> #define at91_aic_write(field, value) \
> - __raw_writel(value, at91_aic_base + field);
> + __raw_writel(value, at91_aic_base + field)
> #else
> .extern at91_aic_base
> #endif
--
Nicolas Ferre
prev parent reply other threads:[~2012-06-07 12:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-31 15:26 [PATCH] ARM: at91: fix at91_aic_write macro ludovic.desroches at atmel.com
2012-06-07 12:30 ` 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=4FD09EF3.8000506@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.