staging: comedi: adl_pci6208: cleanup pci6208_pci_setup()
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 27 Jun 2012 21:57:22 +0000 (14:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:40:03 +0000 (15:40 -0700)
commita28c98524c2634a5d84151de253ee7e99e38564d
tree0af8014bd6a41ae2c4b2b4f93d393e8a8e302502
parent7b6afad100f50130e6c5a347760e83b83aaa7cc7
staging: comedi: adl_pci6208: cleanup pci6208_pci_setup()

The "local configuration register" stuff is not required. The
io base/range are only queried for use in a kernel message
that it just added noise. Similar with the io range for the
actual io base used by the driver.

Remove both printk's and all the unnecessary code.

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