MXC: remove BUG_ON in interrupt handler
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 21 Apr 2009 10:39:59 +0000 (12:39 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 5 May 2009 07:37:01 +0000 (09:37 +0200)
On i.MX31 I sometimes get spurious interrupts. There is no need
to crash the whole system when this happens. Instead, silently
ignore it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

No differences found