From: H Hartley Sweeten Date: Mon, 10 Nov 2014 23:20:10 +0000 (-0700) Subject: staging: comedi: addi_apci_1564: use dev->iobase for main registers X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4484a23907724ad524d41e11dafa2a6be993420a;p=pandora-kernel.git staging: comedi: addi_apci_1564: use dev->iobase for main registers According to ADDI-DATA, the PLD Revision 2.x versions of the APCI-1564 use PCI BAR 0 for the main registers of the board. Remove the 'amcc_iobase' member of the private data and use the dev->iobase to store the base address of PCI BAR 1. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed