From: Grant Likely Date: Thu, 4 Oct 2007 06:52:40 +0000 (+0200) Subject: Sysace: Don't enable IRQ until after interrupt handler is registered X-Git-Tag: v2.6.24-rc1~1460^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2bbf3da3759d04cd5836955cc59c8ae96092831;p=pandora-kernel.git Sysace: Don't enable IRQ until after interrupt handler is registered The previous patch to move the interrupt handler registration moved it below enabling interrupts which could be a problem if the device is on a shared interrupt line. This patch fixes the order. Signed-off-by: Grant Likely Signed-off-by: Jens Axboe --- Reading git-diff-tree failed