RE: [PATCH 00/10] staging: comedi: some comedi_read() changes

2015-10-12 Thread Hartley Sweeten
On Monday, October 12, 2015 9:21 AM, Ian Abbott wrote: > Tidy up the "read" file operation handler, `comedi_read()` a bit and > improve the error handling and the "end-of-file" handling. > > There are some other changes I want to make, such as switching to the > newer wait API

[PATCH 00/10] staging: comedi: some comedi_read() changes

2015-10-12 Thread Ian Abbott
Tidy up the "read" file operation handler, `comedi_read()` a bit and improve the error handling and the "end-of-file" handling. There are some other changes I want to make, such as switching to the newer wait API (prepare_to_wait()/finish_wait()) and preventing several tasks trying to read or

[PATCH 00/10] staging: comedi: some comedi_read() changes

2015-10-12 Thread Ian Abbott
Tidy up the "read" file operation handler, `comedi_read()` a bit and improve the error handling and the "end-of-file" handling. There are some other changes I want to make, such as switching to the newer wait API (prepare_to_wait()/finish_wait()) and preventing several tasks trying to read or

RE: [PATCH 00/10] staging: comedi: some comedi_read() changes

2015-10-12 Thread Hartley Sweeten
On Monday, October 12, 2015 9:21 AM, Ian Abbott wrote: > Tidy up the "read" file operation handler, `comedi_read()` a bit and > improve the error handling and the "end-of-file" handling. > > There are some other changes I want to make, such as switching to the > newer wait API