diff options
| author | H Hartley Sweeten <hsweeten@visionengravers.com> | 2014-04-29 11:08:34 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-03 20:02:41 -0400 |
| commit | b4720286248acb7b696d95c72641c80bced6b3d3 (patch) | |
| tree | bd46fc37947cb5dcb15b9c718805b6b0c84db131 /include/linux | |
| parent | 56556577d9c4b4528935ddfc5635953c956d7fc9 (diff) | |
staging: comedi: adv_pci1710: remove 'neverending_ai' from private data
This member of the private data is not necessary. We can determine if
the analog input command is neverending by checking the cmd->stop_src:
TRIG_COUNT -> !neverending_ai
TRIG_NONE -> neverending_ai
Do that instead and remove the unnecessary member.
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>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
