genirq: check chip->ack before calling
authorWang Chen <wangchen@cn.fujitsu.com>
Mon, 29 Dec 2008 05:35:11 +0000 (13:35 +0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 29 Dec 2008 11:22:29 +0000 (12:22 +0100)
Impact: fix theoretical NULL dereference

The generic irq layer doesn't know whether irq_chip has ack routine on some
architectures or not. Upon that, before calling chip->ack, we should check
that it's not NULL.

Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found