From: H Hartley Sweeten Date: Wed, 5 Nov 2014 17:31:37 +0000 (-0700) Subject: staging: comedi: cb_pcidas: use comedi_async 'scans_done' to detect AO EOA X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~363 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e4d755cdf0e98daa186733765e5fa14395717af;p=pandora-kernel.git staging: comedi: cb_pcidas: use comedi_async 'scans_done' to detect AO EOA Remove the private data member 'ao_count' and use the comedi_async 'scans_done' member to detect the analog output end-of-acquisition. Use the comedi_nsamples_left() helper to get the number of samples to actually read from the async buffer. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed