[PATCH 03/30] staging: comedi: adl_pci7230: use comedi_device pci_dev pointer

2012-07-11 Thread H Hartley Sweeten
Use the pci_dev pointer in the comedi_device struct instead of carrying it in the private data. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/adl_pci7230.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff

[PATCH 03/30] staging: comedi: adl_pci7230: use comedi_device pci_dev pointer

2012-07-11 Thread H Hartley Sweeten
Use the pci_dev pointer in the comedi_device struct instead of carrying it in the private data. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/adl_pci7230.c | 15