From: Ian Abbott Date: Mon, 3 Dec 2012 18:15:44 +0000 (+0000) Subject: staging: comedi: addi_apci_2032: only disable triggered interrupts X-Git-Tag: v3.9-rc1~127^2~544 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef6543dbad12c1086f3bc3565d8266352521d8a3;p=pandora-kernel.git staging: comedi: addi_apci_2032: only disable triggered interrupts The interrupt handler disables all interrupt sources when a valid interrupt occurs. Just disable the triggered interrupt source so we can still get interrupts for the other interrupt source. Also add a comment indicating why the triggered interrupt source is disabled. The interrupt sources are level-sensitive and indicate hardware errors that are likely to be persistent, so if we reenabled them they would just keep triggering repeatedly. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed