From: H Hartley Sweeten Date: Fri, 5 Sep 2014 16:25:49 +0000 (-0700) Subject: staging: comedi: adl_pci9118: no need to reset ai FIFO after (*insn_read) X-Git-Tag: fixes-for-v3.18-merge-window~15^2~653 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ed3f750e10b785878a962637b7c360e61070df;p=pandora-kernel.git staging: comedi: adl_pci9118: no need to reset ai FIFO after (*insn_read) The analog input FIFO is reset at the start of every (*insn_read) and (*do_cmd) operation. It's also reset for the analog input (*cancel). There's no reason to reset the FIFO if an (*insn_read) times out or after all the samples have been acquired. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed