staging: comedi: addi_apci_2200: don't read the unused PCI bars
This driver only uses PCI bar 1 (dev->iobase), don't bother reading the unused PCI bars. 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>
This commit is contained in:
parent
1d967a0356
commit
c64f13006d
1 changed files with 0 additions and 3 deletions
|
@ -85,9 +85,6 @@ static int apci2200_auto_attach(struct comedi_device *dev,
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
dev->iobase = pci_resource_start(pcidev, 1);
|
dev->iobase = pci_resource_start(pcidev, 1);
|
||||||
devpriv->i_IobaseAmcc = pci_resource_start(pcidev, 0);
|
|
||||||
devpriv->i_IobaseAddon = pci_resource_start(pcidev, 2);
|
|
||||||
devpriv->i_IobaseReserved = pci_resource_start(pcidev, 3);
|
|
||||||
|
|
||||||
/* Initialize parameters that can be overridden in EEPROM */
|
/* Initialize parameters that can be overridden in EEPROM */
|
||||||
devpriv->s_EeParameters.i_NbrAiChannel = this_board->i_NbrAiChannel;
|
devpriv->s_EeParameters.i_NbrAiChannel = this_board->i_NbrAiChannel;
|
||||||
|
|
Loading…
Add table
Reference in a new issue