]> git.karo-electronics.de Git - linux-beck.git/commit
staging: comedi: adl_pci6208: use attach_pci callback
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 9 Aug 2012 21:50:35 +0000 (14:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 01:31:00 +0000 (18:31 -0700)
commit744a8398e1f48d5349409b1fa9232a109b223458
treea9bf60987430ce8601dc6a193a15d159e343f064
parent32bb1544800c6d08c9a682548c94a27d1eb41875
staging: comedi: adl_pci6208: use attach_pci callback

Convert this PCI driver to use the comedi PCI auto config attach mechanism
by adding an attach_pci callback function. Since the driver does not require
any external configuration options, disable the legacy attach by making the
attach callback simply return -ENOSYS. This removes the need to walk the pci
bus to find the pci_dev and the need for the pci_dev_put() in the detach.

For aesthetic reasons, rename the local variable 'thisboard' to 'boardinfo'.

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/adl_pci6208.c