commit | 3e6cb74f5632e1ac2b4209b4d2c64fca43e2838b | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Tue Jan 20 12:06:02 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 25 19:59:09 2015 +0800 |
tree | 9cd2790dd68cb2e54481abc7d5cb7aed0971498b | |
parent | a3b2ee1d3ef56d0221fc5b246368dc13cf6b8ba4 [diff] |
staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA events Hardware errors should be reported with the COMEDI_CB_ERROR event. This event will cause the async command to cancel. It's not necessary to also set the COMEDI_CB_EOA event. Remove these events. 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>