Re: [patch 08/26] arm: Replace various irq_desc accesses

2014-03-20 Thread Arnd Bergmann
On Sunday 23 February 2014, Thomas Gleixner wrote: --- tip.orig/arch/arm/mach-omap1/ams-delta-fiq.c +++ tip/arch/arm/mach-omap1/ams-delta-fiq.c @@ -44,13 +44,10 @@ static unsigned int irq_counter[16]; static irqreturn_t deferred_fiq(int irq, void *dev_id) { - struct irq_desc

Re: [patch 08/26] arm: Replace various irq_desc accesses

2014-02-26 Thread Tony Lindgren
* Shawn Guo shawn@linaro.org [140223 18:58]: On Sun, Feb 23, 2014 at 09:40:12PM -, Thomas Gleixner wrote: Use the proper functions. There is no need to fiddle with irq_desc. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Shawn Guo shawn@linaro.org ...

[patch 08/26] arm: Replace various irq_desc accesses

2014-02-23 Thread Thomas Gleixner
Use the proper functions. There is no need to fiddle with irq_desc. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Shawn Guo shawn@linaro.org Cc: arm linux-arm-ker...@lists.infradead.org Cc: omap linux-omap@vger.kernel.org Cc: Tony Lindgren t...@atomide.com Cc: Russell King

Re: [patch 08/26] arm: Replace various irq_desc accesses

2014-02-23 Thread Shawn Guo
On Sun, Feb 23, 2014 at 09:40:12PM -, Thomas Gleixner wrote: Use the proper functions. There is no need to fiddle with irq_desc. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Shawn Guo shawn@linaro.org ... arch/arm/mach-imx/pm-imx6q.c|7 +++ Acked-by: Shawn