From: H Hartley Sweeten Date: Fri, 5 Sep 2014 16:25:41 +0000 (-0700) Subject: staging: comedi: adl_pci9118: ai (*insn_read) does not use interrupts X-Git-Tag: fixes-for-v3.18-merge-window~15^2~661 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdbeaed3f869d474774edc72a8f1ba6e091e2d82;p=pandora-kernel.git staging: comedi: adl_pci9118: ai (*insn_read) does not use interrupts The analog input (*insn_read) in this driver is done as a software-triggered, polled operation. The PCI9118_AI_CTRL_INT bit in the control register, which is actually set in setup_channel_list(), should not be set. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed