commit | 91deef8069e7ffafac4467200e1d37af1b2d7c56 | [log] [tgz] |
---|---|---|
author | Roland Stigge <stigge@antcom.de> | Wed Nov 07 13:30:50 2012 +0100 |
committer | Roland Stigge <stigge@antcom.de> | Wed Nov 07 13:30:50 2012 +0100 |
tree | 00a157a03f8ed4282af83439f66c37f387c5aabf | |
parent | e40ec953b6ac21257760730af8c36e2695e4beac [diff] |
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>