]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Sysace: Don't enable IRQ until after interrupt handler is registered
authorGrant Likely <grant.likely@secretlab.ca>
Thu, 4 Oct 2007 06:52:40 +0000 (08:52 +0200)
committerJens Axboe <axboe@carl.home.kernel.dk>
Wed, 10 Oct 2007 07:26:00 +0000 (09:26 +0200)
commitd2bbf3da3759d04cd5836955cc59c8ae96092831
tree8fa462dc477c4e9bf01a340b4230814b98f38273
parentb5515d86f2efd4dd3516c16c17c1a611a5800b19
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 <grant.likely@secretlab.ca>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/block/xsysace.c