Re: [PATCH] staging: comedi: s626: use comedi_timeout() on remaining loops

2014-03-25 Thread Chase Southwood
Ian, >On Tuesday, March 25, 2014 7:13 AM, Ian Abbott wrote: >>On 2014-03-25 05:09, Chase Southwood wrote: >>There were just a handful of more while loops in this file that need timeouts, >>and this patch takes care of them, using comedi_timeout().  A couple of new >>callbacks are introduced, but

Re: [PATCH] staging: comedi: s626: use comedi_timeout() on remaining loops

2014-03-25 Thread Ian Abbott
On 2014-03-25 05:09, Chase Southwood wrote: There were just a handful of more while loops in this file that need timeouts, and this patch takes care of them, using comedi_timeout(). A couple of new callbacks are introduced, but there was one case where the appropriate callback function was

Re: [PATCH] staging: comedi: s626: use comedi_timeout() on remaining loops

2014-03-25 Thread Ian Abbott
On 2014-03-25 05:09, Chase Southwood wrote: There were just a handful of more while loops in this file that need timeouts, and this patch takes care of them, using comedi_timeout(). A couple of new callbacks are introduced, but there was one case where the appropriate callback function was

Re: [PATCH] staging: comedi: s626: use comedi_timeout() on remaining loops

2014-03-25 Thread Chase Southwood
Ian, On Tuesday, March 25, 2014 7:13 AM, Ian Abbott abbo...@mev.co.uk wrote: On 2014-03-25 05:09, Chase Southwood wrote: There were just a handful of more while loops in this file that need timeouts, and this patch takes care of them, using comedi_timeout().  A couple of new callbacks are

[PATCH] staging: comedi: s626: use comedi_timeout() on remaining loops

2014-03-24 Thread Chase Southwood
There were just a handful of more while loops in this file that need timeouts, and this patch takes care of them, using comedi_timeout(). A couple of new callbacks are introduced, but there was one case where the appropriate callback function was already defined; in this case I have just used

[PATCH] staging: comedi: s626: use comedi_timeout() on remaining loops

2014-03-24 Thread Chase Southwood
There were just a handful of more while loops in this file that need timeouts, and this patch takes care of them, using comedi_timeout(). A couple of new callbacks are introduced, but there was one case where the appropriate callback function was already defined; in this case I have just used