]> Pileus Git - ~andy/linux/commit
staging: comedi: cb_pcidda: remove private data variable 'digitalio'
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 24 Oct 2012 23:30:21 +0000 (16:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Oct 2012 02:35:49 +0000 (19:35 -0700)
commit08f082ed78eb2ece4438c7cd23cf18166e3cce4b
treea41a9263897aa0e0ea82cc4d38b768fa69126272
parentdcf5e2b39aaec76e7771e57dc469f538386fe593
staging: comedi: cb_pcidda: remove private data variable 'digitalio'

The private data variable 'digitalio' is only used to hold the PCI
base address for the 8255 devices on the board. This value is then
passed to subdev_8255_init() and stored in it's own private data.
There is no need to keep the value in the private data for the board.

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/cb_pcidda.c