RE: [PATCH 39/45] staging: comedi: cb_pcidas: split ai code out of interrupt handler

2015-10-19 Thread Hartley Sweeten
On Friday, October 16, 2015 11:21 PM, Greg KH wrote: > On Tue, Oct 13, 2015 at 05:48:03PM -0700, H Hartley Sweeten wrote: >> Clarify the interrupt handler by splitting the analog input handling >> into a new function. >> >> Signed-off-by: H Hartley Sweeten >>

Re: [PATCH 39/45] staging: comedi: cb_pcidas: split ai code out of interrupt handler

2015-10-19 Thread Greg KH
On Mon, Oct 19, 2015 at 04:34:01PM +, Hartley Sweeten wrote: > On Friday, October 16, 2015 11:21 PM, Greg KH wrote: > > On Tue, Oct 13, 2015 at 05:48:03PM -0700, H Hartley Sweeten wrote: > >> Clarify the interrupt handler by splitting the analog input handling > >> into a new function. > >> >

Re: [PATCH 39/45] staging: comedi: cb_pcidas: split ai code out of interrupt handler

2015-10-17 Thread Greg KH
On Tue, Oct 13, 2015 at 05:48:03PM -0700, H Hartley Sweeten wrote: > Clarify the interrupt handler by splitting the analog input handling > into a new function. > > Signed-off-by: H Hartley Sweeten > Reviewed-by: Ian Abbott > --- >

[PATCH 39/45] staging: comedi: cb_pcidas: split ai code out of interrupt handler

2015-10-13 Thread H Hartley Sweeten
Clarify the interrupt handler by splitting the analog input handling into a new function. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/cb_pcidas.c | 80