commit | fb8ff5d501e8b461d604db941673efbc7dc9d347 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Fri Aug 31 20:41:38 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 04 12:00:41 2012 -0700 |
tree | 19e30e96ecab32d40f805e1c501a7d2da6cb906d | |
parent | 9fcd4853f7c642cda6d5d84ba2236d0af7c38336 [diff] |
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>