ARM: LPC32xx: Cleanup irq.c
authorRoland Stigge <stigge@antcom.de>
Wed, 7 Nov 2012 12:30:50 +0000 (13:30 +0100)
committerRoland Stigge <stigge@antcom.de>
Wed, 7 Nov 2012 12:30:50 +0000 (13:30 +0100)
commit91deef8069e7ffafac4467200e1d37af1b2d7c56
tree00a157a03f8ed4282af83439f66c37f387c5aabf
parente40ec953b6ac21257760730af8c36e2695e4beac
ARM: LPC32xx: Cleanup irq.c

This patch removes the IRQ mask initialization which is already done some lines
above.

This was actually a bug: The init was supposed to set the bits for the
(chained) SUB IRQs. But this is already fixed by the previous patch, doing this
implicitely via irq_set_chained_handler().

Signed-off-by: Roland Stigge <stigge@antcom.de>
arch/arm/mach-lpc32xx/irq.c