From: H Hartley Sweeten Date: Fri, 21 Nov 2014 21:22:29 +0000 (-0700) Subject: staging: comedi: adv_pci1723: remove board reset during (*detach) X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ed2b28433e9b8826a30fbc942bc2309dca7031;p=pandora-kernel.git staging: comedi: adv_pci1723: remove board reset during (*detach) The pci1723_reset() function simply resets all the analog output channels to 0V and a +/-10V range. This really isn't necessary when detaching the driver. Remove the board reset and just use comedi_pci_detach() directly for the (*detach). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed