* [PATCH] ARM: at91: fix at91_aic_write macro
@ 2012-05-31 15:26 ludovic.desroches at atmel.com
2012-06-07 12:30 ` Nicolas Ferre
0 siblings, 1 reply; 2+ messages in thread
From: ludovic.desroches at atmel.com @ 2012-05-31 15:26 UTC (permalink / raw)
To: linux-arm-kernel
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>
---
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
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: at91: fix at91_aic_write macro
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
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2012-06-07 12:30 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-07 12:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).