commit | 8b223432f76acc13898b8874f55d5292da573d8e | [log] [tgz] |
---|---|---|
author | Finn Thain <fthain@telegraphics.com.au> | Mon Jul 18 19:44:17 2011 +1000 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Mon Oct 24 21:00:34 2011 +0200 |
tree | aaa2231f49e1b14643ca7a88c8d7eb1b218be4c0 | |
parent | 75a23850cd282eeafbe23d6a9ade4eaf23babd51 [diff] |
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>