From: H Hartley Sweeten Date: Mon, 20 May 2013 21:27:13 +0000 (-0700) Subject: staging: comedi: vmk80xx: remove usb_interface from private data X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~535 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23322e43a271cb8ebf1bc750dffffeebfe46043;p=pandora-kernel.git staging: comedi: vmk80xx: remove usb_interface from private data This driver uses the comedi auto attach mechanism so the comedi_device will always have an associated usb_interface and usb_device. Remove the unnecessary checks if the comedi_device has a usb_interface attached. This also allows removing the usb_interface from the private data. Signed-off-by: H Hartley Sweeten Cc Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed