RE: [PATCH] ARM: EXYNOS: no duplicate mask/unmask in eint0_15

2012-09-19 Thread Kukjin Kim
Doug Anderson wrote: > > On Thu, Sep 6, 2012 at 8:21 AM, Daniel Kurtz wrote: > > chained_irq_enter/exit() already mask&ack/unmask the chained interrupt. > > There is no need to also explicitly do it in the handler. > > > > Signed-off-by: Daniel Kurtz > > --- > > arch/arm/mach-exynos/common.c |

Re: [PATCH] ARM: EXYNOS: no duplicate mask/unmask in eint0_15

2012-09-06 Thread Doug Anderson
On Thu, Sep 6, 2012 at 8:21 AM, Daniel Kurtz wrote: > chained_irq_enter/exit() already mask&ack/unmask the chained interrupt. > There is no need to also explicitly do it in the handler. > > Signed-off-by: Daniel Kurtz > --- > arch/arm/mach-exynos/common.c |7 --- > 1 files changed, 0 ins