]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: amplc_pci224: store the pci_dev in the comedi_device
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 19 Jul 2012 01:41:09 +0000 (18:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jul 2012 23:32:53 +0000 (16:32 -0700)
commit415417040fbe26160c381b7e147408aacc814a96
tree4b651aa5ba4f21dd9a5d78a25e4dbd2958bf006c
parent89ed0731bcf4be9f4f4bef9d564dc329c5511639
staging: comedi: amplc_pci224: store the pci_dev in the comedi_device

Use the hw_dev pointer in the comedi_device struct to hold the
pci_dev instead of carrying it in the private data.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_pci224.c