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

2014-04-03 Thread Chase Southwood
>On Thursday, April 3, 2014 3:38 AM, Dan Carpenter >wrote: >>On Tue, Mar 25, 2014 at 10:43:58PM -0500, Chase Southwood wrote: >>There were just a handful of more while loops in this file that needed >>timeouts, and this patch takes care of them.  One new callback is >>introduced, and all of the

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

2014-04-03 Thread Dan Carpenter
On Tue, Mar 25, 2014 at 10:43:58PM -0500, Chase Southwood wrote: > There were just a handful of more while loops in this file that needed > timeouts, and this patch takes care of them. One new callback is > introduced, and all of the proper comedi_timeout() calls are then used. > >

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

2014-04-03 Thread Chase Southwood
On Thursday, April 3, 2014 3:38 AM, Dan Carpenter dan.carpen...@oracle.com wrote: On Tue, Mar 25, 2014 at 10:43:58PM -0500, Chase Southwood wrote: There were just a handful of more while loops in this file that needed timeouts, and this patch takes care of them.  One new callback is introduced,

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

2014-04-03 Thread Dan Carpenter
On Tue, Mar 25, 2014 at 10:43:58PM -0500, Chase Southwood wrote: There were just a handful of more while loops in this file that needed timeouts, and this patch takes care of them. One new callback is introduced, and all of the proper comedi_timeout() calls are then used. Signed-off-by:

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

2014-03-26 Thread Ian Abbott
On 2014/03/26 03:43 AM, Chase Southwood wrote: > There were just a handful of more while loops in this file that needed > timeouts, and this patch takes care of them. One new callback is > introduced, and all of the proper comedi_timeout() calls are then used. > > Signed-off-by: Chase Southwood

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

2014-03-26 Thread Ian Abbott
On 2014/03/26 03:43 AM, Chase Southwood wrote: There were just a handful of more while loops in this file that needed timeouts, and this patch takes care of them. One new callback is introduced, and all of the proper comedi_timeout() calls are then used. Signed-off-by: Chase Southwood

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

2014-03-25 Thread Chase Southwood
There were just a handful of more while loops in this file that needed timeouts, and this patch takes care of them. One new callback is introduced, and all of the proper comedi_timeout() calls are then used. Signed-off-by: Chase Southwood --- 2: s626_i2c_handshake_eoc() can be used in

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

2014-03-25 Thread Chase Southwood
There were just a handful of more while loops in this file that needed timeouts, and this patch takes care of them. One new callback is introduced, and all of the proper comedi_timeout() calls are then used. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- 2: s626_i2c_handshake_eoc()