From: H Hartley Sweeten Date: Wed, 6 Feb 2013 00:18:04 +0000 (-0700) Subject: staging: comedi: vmk80xx: move usb_driver (*disconnect) code X-Git-Tag: v3.9-rc1~127^2~105 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9377b9234f159773a53c7277559cc24397dd9803;p=pandora-kernel.git staging: comedi: vmk80xx: move usb_driver (*disconnect) code The usb_driver (*disconnect) in this driver calls the comedi core comedi_usb_auto_unconfig() which calls the comedi_driver (*detach). Move the code in the (*disconnect) to the (*detach) to get all the disconnect/detach in one place. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed