commit | 792660d534f284ebe730c21bc05a94fbf9c62fbd | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Fri Nov 09 10:04:51 2012 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 13 11:53:02 2012 -0800 |
tree | a3d989b7eeb79a135f184e9ebc0dae5412ca4334 | |
parent | 54327dd75ea2258d6fe5201382fad2254c008f9e [diff] |
staging: comedi: addi_apci_1032: check shared interrupt In the interrupt service routine, check the device is asserting the shared interrupt line and check that interrupts have been enabled. When attaching the device, disable interrupts before setting up the interrupt handler to avoid handling spurious interrupts before the device is ready. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>