commit | 5455a51e6f333d43e0b6b52d1712557475d8eb9d | [log] [tgz] |
---|---|---|
author | Graeme Gregory <gg@opensource.wolfsonmicro.com> | Fri Mar 16 17:11:43 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 17 22:30:28 2007 +0000 |
tree | c7014f795078aed4c3d3ecbba6c2767ad4b78948 | |
parent | 0803c30c23d39e1db88d06ef59c30fa5ef6c3ada [diff] |
[ARM] 4270/2: mach-s3c2443/irq.c off by one error in dma irqs This patch corrects an error when demuxing the DMA irq's DMA1 was used as a base and this should have been DMA0. Without this fix we do not process DMA0 irq's and the system effectively locks up in a loop trying the process the irq it never can. Signed-off-by: Graeme Gregory <gg@opensource.wolfsonmicro.com> Acked-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>