From: H Hartley Sweeten Date: Wed, 5 Aug 2015 17:45:18 +0000 (-0700) Subject: staging: comedi: me4000: comedi_handle_events() will stop conversions X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~194 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36d59d70babc9ad4275d0c7c5e63241a077f572c;p=pandora-kernel.git staging: comedi: me4000: comedi_handle_events() will stop conversions The irq handler does not need to manually stop conversions and disable interrupts when "end-of-acquisition", "error", or "overflow" events are detected. The comedi_handle_events() will call the subdevice (*cancel) when these are detected and stop the acquisition. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed