]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] 3530/1: PXA Mainstone: prevent double enable_irq() in pcmcia
authorThomas Gleixner <tglx@linutronix.de>
Wed, 17 May 2006 19:14:29 +0000 (20:14 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 17 May 2006 19:14:29 +0000 (20:14 +0100)
commitec64152fee25e2a63f06d40d32c7b4cb62eab9a3
tree77bdf052d8b25026ca095cfe16253d1320029535
parentc3fb04162a1c8ddcf6caa6e19020da3f0fd23103
[ARM] 3530/1: PXA Mainstone: prevent double enable_irq() in pcmcia

Patch from Thomas Gleixner

The mainstone board pcmcia interrupt have been enabled via setup_irq()
and the following socket check calls enable_irq again. Set the NOAUTOEN flag so the interrupt is not automatically enabled in setup_irq()

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/mainstone.c