From: H Hartley Sweeten Date: Mon, 5 Nov 2012 21:37:40 +0000 (-0700) Subject: staging: comedi: addi_apci_1032: remove use of devpriv->iobase X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~595 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427ee2be54d9a30861226cc65b16659a01b140f3;p=pandora-kernel.git staging: comedi: addi_apci_1032: remove use of devpriv->iobase Currently, devpriv->iobase is used to hold the PCI bar 2 base address used to read/write the registers on the board. The same information is stored in the comedi_device dev->iobase. Use that instead. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed