From: H Hartley Sweeten Date: Tue, 14 May 2013 20:34:54 +0000 (-0700) Subject: staging: comedi: usbduxfast: remove 'intf' from the private data X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~654 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a71a65b1d68c145a914cdc05d6f85372a58e71df;p=pandora-kernel.git 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed