Ian Abbott fb8ff5d501 staging: comedi: das08: Remove pci_iobase from private data
The `pci_iobase` I/O port registers from PCI BAR 1 are never accessed,
so don't bother storing this base address in `struct
das08_private_struct`.

The `pci_iobase` member was checked for non-zero in `das08_detach()` but
we can check `dev->iobase` is non-zero instead.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-04 12:00:41 -07:00
..
2012-08-17 09:45:37 -07:00
2012-08-27 07:10:40 -07:00
2012-07-06 16:08:57 -07:00
2012-09-04 11:16:22 -07:00
2012-08-27 07:10:40 -07:00
2012-06-25 09:31:00 -07:00
2012-07-16 19:24:46 -07:00
2012-07-06 16:21:54 -07:00
2012-08-14 16:46:33 -07:00
2012-08-27 07:10:40 -07:00
2012-07-09 11:35:00 -07:00