From: Finn Thain Date: Mon, 18 Jul 2011 09:44:17 +0000 (+1000) Subject: m68k/mac: Fix mac_irq_pending() for PSC MACE and SCC X-Git-Tag: v3.2-rc1~191^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b223432f76acc13898b8874f55d5292da573d8e;p=pandora-kernel.git m68k/mac: Fix mac_irq_pending() for PSC MACE and SCC Add missing return statement. The docs say that the level 4 PSC IRQs relate to MACE DMA and SCC. Since those drivers don't call mac_irq_pending() this patch has no affect. But it should be fixed all the same, since it can be useful for MACE debugging. Signed-off-by: Finn Thain Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed