Re: [PATCH v3 0/7] staging: comedi: cleanup PCI driver detach

2014-08-27 Thread Ian Abbott
On 26/08/14 01:55, H Hartley Sweeten wrote: Introduce a new helper function, comedi_pci_detach(), that can be used as the (*detach) of a comedi PCI driver to handle the boilerplate code of the PCI driver detach. Use the the new helper to remove the boilerplate from most of the comedi PCI drivers

[PATCH v3 0/7] staging: comedi: cleanup PCI driver detach

2014-08-25 Thread H Hartley Sweeten
Introduce a new helper function, comedi_pci_detach(), that can be used as the (*detach) of a comedi PCI driver to handle the boilerplate code of the PCI driver detach. Use the the new helper to remove the boilerplate from most of the comedi PCI drivers. Some of the drivers need additional cleanup