From: Kyle McMartin Date: Tue, 4 Mar 2008 22:29:26 +0000 (-0800) Subject: hisax_fcpcipnp: move request_irq later in probe X-Git-Tag: v2.6.25-rc4~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eb701dc7779794d46e02a7fa1380289cb730d46;p=pandora-kernel.git 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 Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed