Re: [PATCH v3 2/2] Staging: comedi: propagate timeout errors in s626.c

2014-03-11 Thread Ian Abbott
On 2014-03-08 01:43, Chase Southwood wrote: This patch for s626.c propagates the errors from the newly introduced calls to comedi_timeout() as far as possible. Signed-off-by: Chase Southwood --- Compile tested. 2: This patch was introduced in v2 of this set. 3: Rebased on top of PATCH 1/2

Re: [PATCH v3 2/2] Staging: comedi: propagate timeout errors in s626.c

2014-03-11 Thread Ian Abbott
On 2014-03-08 01:43, Chase Southwood wrote: This patch for s626.c propagates the errors from the newly introduced calls to comedi_timeout() as far as possible. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- Compile tested. 2: This patch was introduced in v2 of this set. 3:

[PATCH v3 2/2] Staging: comedi: propagate timeout errors in s626.c

2014-03-07 Thread Chase Southwood
This patch for s626.c propagates the errors from the newly introduced calls to comedi_timeout() as far as possible. Signed-off-by: Chase Southwood --- Compile tested. 2: This patch was introduced in v2 of this set. 3: Rebased on top of PATCH 1/2 edits. drivers/staging/comedi/drivers/s626.c |

[PATCH v3 2/2] Staging: comedi: propagate timeout errors in s626.c

2014-03-07 Thread Chase Southwood
This patch for s626.c propagates the errors from the newly introduced calls to comedi_timeout() as far as possible. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- Compile tested. 2: This patch was introduced in v2 of this set. 3: Rebased on top of PATCH 1/2 edits.