commit | 2029e5643a3c4fdd4ad20169fb950cc16e023d0c | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.y.miao@gmail.com> | Tue Feb 02 23:39:35 2010 -0800 |
committer | Eric Miao <eric.y.miao@gmail.com> | Tue Mar 02 07:40:57 2010 +0800 |
tree | 8cb48739ffee9cf11522ccc1d907f3f17857a065 | |
parent | df0c382436df5bdd74030baafa294b75c231ec8c [diff] |
[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>