From: Ian Abbott Date: Fri, 15 Mar 2013 13:15:36 +0000 (+0000) Subject: staging: comedi: remove unneeded settings of `dev->iobase` X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~585 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84b44d08993ffe762d9a86ee2243239350b871a4;p=pandora-kernel.git staging: comedi: remove unneeded settings of `dev->iobase` Some PCI drivers use the "spare" `iobase` member of `struct comedi_device` as a flag to indicate that the call to `comedi_pci_enable()` was successful. This is no longer necessary now that `comedi_pci_enable()` and `comedi_pci_disable()` use the `ioenabled` member of `struct comedi_device` themselves to keep track of what needs to be done. Remove the unnecessary assignments to the `iobase` member in the relevant drivers. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed