]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68k/mac: Fix mac_irq_pending() for PSC MACE and SCC
authorFinn Thain <fthain@telegraphics.com.au>
Mon, 18 Jul 2011 09:44:17 +0000 (19:44 +1000)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 16 Aug 2011 14:44:40 +0000 (16:44 +0200)
commit29f8222036a154678cd5e9ce4e3fdaf5b54afaf1
treeec31f8a84e40b48b939e53a9d6a0cf7589f5e982
parent6d20032ffaf12e54166919b22b1583f8fbd57af8
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 <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/mac/macints.c