From: Chase Southwood Date: Tue, 15 Apr 2014 05:53:55 +0000 (-0500) Subject: staging: comedi: addi_apci_1564: remove use of devpriv->iobase X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1356 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9b1420c397314a4855af70aadb79450d1bd6fe0;p=pandora-kernel.git staging: comedi: addi_apci_1564: remove use of devpriv->iobase devpriv->iobase is currently being used to hold the iobase address used to read/write the board's registers. The same address is stored in the comedi_device dev->iobase. We use that instead. The eventual goal is to decrease the driver's use of the struct addi_private, so that it may eventually use a much slimmer specialized private struct instead, as the other addi_apci_* drivers do. Signed-off-by: Chase Southwood Reviewed-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed