Re: [PATCH] regmap: no need primary handler for nested irq

2012-09-08 Thread Mark Brown
On Sat, Sep 08, 2012 at 03:53:25AM -0700, Yunfan Zhang wrote: > The primary handler will NOT be called if the interrupt nests into > another interrupt thread. Remove it to avoid confusing. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[PATCH] regmap: no need primary handler for nested irq

2012-09-08 Thread Yunfan Zhang
The primary handler will NOT be called if the interrupt nests into another interrupt thread. Remove it to avoid confusing. Signed-off-by: Yunfan Zhang --- drivers/base/regmap/regmap-irq.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/base/regmap/regmap-irq.c b