From: H Hartley Sweeten Date: Tue, 12 Aug 2014 18:41:15 +0000 (-0700) Subject: staging: comedi: cb_pcidas: use dev->iobase for PCI bar 3 X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a94180cf224cf0c3136c09b3cde69561ba94bda;p=pandora-kernel.git staging: comedi: cb_pcidas: use dev->iobase for PCI bar 3 Currently the base address of the 8254 and 8255 devices, found in PCI bar 3, is saved in the private data as 'pacer_counter_dio'. The 'iobase' in the comedi_device is currently unused. Save the address from PCI bar 3 in the comedi_device and remove the unnecessary member from the private data. This will help with some cleanup of the 8255 module. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed