[PATCH] i810_audio: request_irq() fix
authorAndrew Morton <akpm@osdl.org>
Sun, 8 Jan 2006 09:05:14 +0000 (01:05 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:14:09 +0000 (20:14 -0800)
commit86f91d36c2aac910b7cf7e5d047019b10a9a627e
treecc6d5b8d0277e8057f7b337dc09bf21553fbd705
parent96e9dd14a3b2aab4098503a5999ee2ef42d82da1
[PATCH] i810_audio: request_irq() fix

Request the IRQ after having set everything up.  Otherwise a shared interrupt
at the right time can kill the machine.

Found this with David Woodhouse <dwmw2@infradead.org>'s
debug-shared-irqs.patch.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/oss/i810_audio.c