From: Gabor Juhos Date: Tue, 29 Jan 2013 16:13:17 +0000 (+0000) Subject: MIPS: ath79: simplify MISC IRQ handling X-Git-Tag: v3.9-rc1~26^2~1^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c099c4e79b67d5578ce8142e6214950be4fcf43;p=pandora-kernel.git MIPS: ath79: simplify MISC IRQ handling The current code uses multiple if statements for demultiplexing the different interrupt sources. Additionally, the MISC interrupt controller has 32 interrupt sources and the current code does not handles all of them. Get rid of the if statements and process all interrupt sources in a loop to fix these issues. Signed-off-by: Gabor Juhos Patchwork: http://patchwork.linux-mips.org/patch/4874/ Signed-off-by: John Crispin --- Reading git-diff-tree failed