From: H Hartley Sweeten Date: Thu, 23 May 2013 19:49:26 +0000 (-0700) Subject: staging: comedi: usbduxsigma: push usb (*disconnect) into comedi (*detach) X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9319d4ab4424f1e3671ecb6f296558112972daed;p=pandora-kernel.git staging: comedi: usbduxsigma: push usb (*disconnect) into comedi (*detach) The usb_driver (*disconnect) already calls comedi_usb_auto_unconfig(), which will call the comedi_driver (*detach). Move the other operations in the (*disconnect) into the (*detach). The comedi_usb_auto_unconfig() can then be used directly for the (*disconnect). Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed