staging: comedi: addi_eeprom: rename 'dw_Address'/'w_PCIBoardEepromAddress'
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 30 Oct 2012 00:04:10 +0000 (17:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 17:50:12 +0000 (10:50 -0700)
commitf9d83443815c29a9bdcfa4d9bcddb66e26655a56
treef0b642ac864e3272ed8b5ab13b62c7a3d9c604eb
parent67ae9a429152a98adbc023c3ce56d85a38c388e2
staging: comedi: addi_eeprom: rename 'dw_Address'/'w_PCIBoardEepromAddress'

This variable is actually the PCI bar 0 i/o address of the device found
with pci_resource_start().

For aesthetic reasons, rename it to 'iobase' and change to type to an
unsigned long.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/addi_eeprom.c