]> git.karo-electronics.de Git - karo-tx-linux.git/commit
regmap: no need primary handler for nested irq
authorYunfan Zhang <yfzhang@marvell.com>
Sat, 8 Sep 2012 10:53:25 +0000 (03:53 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 9 Sep 2012 03:05:45 +0000 (11:05 +0800)
commit81380739516730124067576c9cc9f2418be5bf36
treeef6c9eda0f647a1cf8fe168d624090c6d60d53b1
parent36ac914ba2a5f1a14c5e0bf5d33bc20016d50940
regmap: no need primary handler for nested irq

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 <yfzhang@marvell.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/regmap-irq.c