Re: [PATCH 0/2] staging: comedi: remove unused subdevice lock/unlock

2014-07-22 Thread Ian Abbott
On 2014-07-21 19:01, H Hartley Sweeten wrote: The subdevice lock/unlock callbacks have been disbled ever since the code was merged. It's also broken due to the core member names in the struct not matching the calls in the core. Just remove it. H Hartley Sweeten (2): staging: comedi: comedi_fo

[PATCH 0/2] staging: comedi: remove unused subdevice lock/unlock

2014-07-21 Thread H Hartley Sweeten
The subdevice lock/unlock callbacks have been disbled ever since the code was merged. It's also broken due to the core member names in the struct not matching the calls in the core. Just remove it. H Hartley Sweeten (2): staging: comedi: comedi_fops: remove disabled subdevice lock/unlock callbac