Re: [PATCH 12/18] staging: comedi: s626: use comedi_async 'scans_done' to detect EOA

2014-11-05 Thread Ian Abbott
On 04/11/14 16:50, H Hartley Sweeten wrote: Remove the private data member 'ai_sample_count' and use the comedi_async 'scans_done' member to detect the end-of-acquisition. Also, remove the unnecessary COMEDI_CB_EOS event. The core automatically detects and adds that event. Signed-off-by: H

RE: [PATCH 12/18] staging: comedi: s626: use comedi_async 'scans_done' to detect EOA

2014-11-05 Thread Hartley Sweeten
On Wednesday, November 05, 2014 4:08 AM, Ian Abbott wrote: On 04/11/14 16:50, H Hartley Sweeten wrote: Remove the private data member 'ai_sample_count' and use the comedi_async 'scans_done' member to detect the end-of-acquisition. Also, remove the unnecessary COMEDI_CB_EOS event. The core