commit | a4f2e0f9d1d7abc279ec60e2f15322e3b6d21051 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Tue May 14 13:35:15 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 16 16:24:25 2013 -0700 |
tree | 01222a9266b0232cc06adce1c414747c67d34a16 | |
parent | a71a65b1d68c145a914cdc05d6f85372a58e71df [diff] |
staging: comedi: usbduxfast: remove 'usb' from the private data The usb_device pointer can be fetched when needed from the comedi_device by using comedi_to_usb_interface() then interface_to_usbdev(). Do that instead and remove the pointer from the private data. 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>