Re: [PATCH 00/22] staging: comedi: pass subdevice around instead of async

2014-05-03 Thread Greg Kroah-Hartman
On Fri, May 02, 2014 at 08:53:54PM +0100, Ian Abbott wrote: > On 02/05/14 18:40, Hartley Sweeten wrote: > > On Friday, May 02, 2014 5:50 AM, Ian Abbott wrote: > >> For comedi subdevices that support asynchronous commands, the `async` > >> member of `struct comedi_subdevice` points to a `struct come

Re: [PATCH 00/22] staging: comedi: pass subdevice around instead of async

2014-05-02 Thread Ian Abbott
On 02/05/14 18:40, Hartley Sweeten wrote: On Friday, May 02, 2014 5:50 AM, Ian Abbott wrote: For comedi subdevices that support asynchronous commands, the `async` member of `struct comedi_subdevice` points to a `struct comedi_async` allocated to manage asynchronous commands on that subdevice. T

RE: [PATCH 00/22] staging: comedi: pass subdevice around instead of async

2014-05-02 Thread Hartley Sweeten
On Friday, May 02, 2014 5:50 AM, Ian Abbott wrote: > For comedi subdevices that support asynchronous commands, the `async` > member of `struct comedi_subdevice` points to a `struct comedi_async` > allocated to manage asynchronous commands on that subdevice. The > pointer to this "async" structure