commit | b5ed2b28433e9b8826a30fbc942bc2309dca7031 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Fri Nov 21 14:22:29 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 26 15:39:59 2014 -0800 |
tree | 9f86a5dff0a1254a3365fd34301c2d539378635f | |
parent | 24001039a4618e80cdf44a2b2970001dd8e63029 [diff] |
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 <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>