]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[ARM] mmp2: fix incorrect calling of chip->mask_ack() for 2nd level cascaded IRQs
authorEric Miao <eric.y.miao@gmail.com>
Wed, 3 Feb 2010 07:39:35 +0000 (23:39 -0800)
committerEric Miao <eric.y.miao@gmail.com>
Mon, 1 Mar 2010 23:40:57 +0000 (07:40 +0800)
commit2029e5643a3c4fdd4ad20169fb950cc16e023d0c
tree8cb48739ffee9cf11522ccc1d907f3f17857a065
parentdf0c382436df5bdd74030baafa294b75c231ec8c
[ARM] mmp2: fix incorrect calling of chip->mask_ack() for 2nd level cascaded IRQs

The irq_chip is not yet registered, so no default irq_chip.mask_ack(),
which we have to handle it correctly manually here.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-mmp/irq-mmp2.c