From: Roland Stigge Date: Wed, 7 Nov 2012 12:30:50 +0000 (+0100) Subject: ARM: LPC32xx: Cleanup irq.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~49^2~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91deef8069e7ffafac4467200e1d37af1b2d7c56;p=pandora-kernel.git 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 --- Reading git-diff-tree failed