]> git.baikalelectronics.ru Git - kernel.git/commit
hisax_fcpcipnp: move request_irq later in probe
authorKyle McMartin <kyle@mcmartin.ca>
Tue, 4 Mar 2008 22:29:26 +0000 (14:29 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 5 Mar 2008 00:35:16 +0000 (16:35 -0800)
commiteee1a38007f3a380039796e1f1a0415be3d90dc1
tree5e109523dd05f9602d7f52bdef422ffc7d3483e1
parent2172bc89171e44c13a1de2e936171064cd6531f4
hisax_fcpcipnp: move request_irq later in probe

After a quick glance at the code, we're getting the DEBUG_SHIRQ spurious
interrupt before we have the adapter template filled in.  Real interrupts
appear to be turned on by fcpci*_init(), so move request_irq until just before
that.

Signed-off-by: Kyle McMartin <kmcmartin@redhat.com>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/isdn/hisax/hisax_fcpcipnp.c