From: H Hartley Sweeten Date: Tue, 9 Sep 2014 20:05:31 +0000 (-0700) Subject: staging: comedi: adl_pci9118: handle error detection in main interrupt handler X-Git-Tag: fixes-for-v3.18-merge-window~15^2~539 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed2c8406016f04b0d35b87c4aec77f4f0b7609b;p=pandora-kernel.git staging: comedi: adl_pci9118: handle error detection in main interrupt handler The DMA and non-DMA both check the analog input status value to detect hardware errors. For aesthetics, move the this detection into the main interrupt handler. This allows removing the unused 'int_adstat' parameter from the DMA and non-DMA handlers. In addition, the 'int_daq' parameter is also not used so remove it also. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed