From: H Hartley Sweeten Date: Wed, 24 Jul 2013 21:16:24 +0000 (-0700) Subject: staging: comedi: usbdux: remove usb_device back pointer from private data X-Git-Tag: v3.12-rc1~183^2~573 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b20d613afd0e1ba394c2b209a5f459c5f43e1ff;p=pandora-kernel.git staging: comedi: usbdux: remove usb_device back pointer from private data The usb_device can be found when needed using the comedi_to_usb_dev() helper. Use that instead the remove the back pointer from the private data. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed