[PATCH 05/13] staging: comedi: pcmuio: remove subdevice private data

2013-12-05 Thread H Hartley Sweeten
The subdevice private data is only needed for each 'asic' not for each subdevice. Since the 'asic' can be calculated easily from the subdevice we can merge the subdevice private data members directly into the private data. This removes the need to kcalloc/free the subdevice private data and saves

[PATCH 05/13] staging: comedi: pcmuio: remove subdevice private data

2013-07-24 Thread H Hartley Sweeten
The subdevice private data is only needed for each 'asic' not for each subdevice. Since the 'asic' can be calculated easily from the subdevice we can merge the subdevice private data members directly into the private data. This removes the need to kcalloc/free the subdevice private data and saves