]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: usbduxfast: remove 'comedidev' from the private data
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 14 May 2013 20:33:34 +0000 (13:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 23:24:24 +0000 (16:24 -0700)
commit14bcafeeb4814182e6f0684e12eb5ebf935c9694
tree20bae5defc6bf83eef113b20e23d929539eb1361
parentda63c39c65ae90adf527875c7a7988893d05a138
staging: comedi: usbduxfast: remove 'comedidev' from the private data

Now that the comedi_device is passed to the internal functions, the
back pointer to it is not needed in the private data. Remove it.

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