staging: comedi: amplc_pc263: Add attach_pci() hook
authorIan Abbott <abbotti@mev.co.uk>
Wed, 30 May 2012 18:04:45 +0000 (19:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:48:08 +0000 (20:48 -0700)
commitd8967b6ed676c697da3c05ab917a8eaae7a14f81
treedbd671ff21ca6635211a69f55995d690fc80b01b
parent04d66968b34e3e22a524064df387c9fe906c6efa
staging: comedi: amplc_pc263: Add attach_pci() hook

Implement the attach_pci() hook as function pc263_attach_pci().  This is
called bu comedi_pci_auto_config() in preference to the old attach()
hook (implemented by pc263_attach()) and avoids searching for the probed
PCI device.

Factor out code common to pc263_find_pci() and pc263_attach_pci() into
new function pc263_find_pci_board().  Factor out most code common to
pc263_attach() and pc263_attach_pci() into new functions
pc263_pci_common_attach() and pc263_common_attach().

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_pc263.c
This page took 0.032374 seconds and 5 git commands to generate.