commit | 607d993942512f6b005b0465be85f21db7725ecc | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Wed Aug 05 10:45:16 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 07 15:03:31 2015 -0700 |
tree | 5113a6484af1bd13d231c912ebbc941383046422 | |
parent | 8f3f3eb7a264630a73c23cecfa2af2235775e09a [diff] |
staging: comedi: me4000: fix me4000_detach() There is no real reason to reset the board when detaching. The comedi core will ensure that any commands are canceled before the detach. But the PLX interrupts should be disabled. 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>