From: H Hartley Sweeten Date: Tue, 14 May 2013 21:28:51 +0000 (-0700) Subject: staging: comedi: dt9812: remove 'interface' from usb private data X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~618 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f5669376dbb16ecb97618749fa3e69105eb4544;p=pandora-kernel.git staging: comedi: dt9812: remove 'interface' from usb private data The usb_interface * is only used in the usb (*probe) and (*disconnect). Remove the pointer to the 'interface' in the usb private data. For aesthetic reasons, rename the variable 'interface' to simply 'intf' in the (*probe) and (*disconnect). Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed