From: H Hartley Sweeten Date: Wed, 5 Aug 2015 17:45:14 +0000 (-0700) Subject: staging: comedi: me4000: introduce me4000_ai_reset() X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b047d9ccc3a40b672594b4eab1eac91d7efebcd9;p=pandora-kernel.git staging: comedi: me4000: introduce me4000_ai_reset() Introduce a helper function to stop any ai conversions and reset the ai control register. This consolidates the common code in me4000_reset() and me4000_ai_cancel(). Use the new helper in the ai (*insn_read) to ensure that the ai control register is set to a known state after reading the samples. The ai control register will now always be '0' after the (*cancel) of a command or doing an (*insn_read). Knowing this the programming of the register for single acquisition mode in the (*insn_read) can be simplified. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed