commit | a71a65b1d68c145a914cdc05d6f85372a58e71df | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Tue May 14 13:34:54 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 16 16:24:25 2013 -0700 |
tree | 4156398e0ff335f53310c22c7f30de1334a35463 | |
parent | 106af99778b583f2f3912d7fd389be1569dadf71 [diff] |
staging: comedi: usbduxfast: remove 'intf' from the private data The usb_interface pointer is already saved in the comedi_device by the comedi core. Remove the pointer from the private data and use comedi_to_usb_interface() to get the usb_interface when needed. 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>