mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 07:42:38 -04:00
staging: comedi: amplc_pci230: use CMDF_WAKE_EOS
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is unchanged. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3e609aff21
commit
e455494472
@@ -1765,7 +1765,7 @@ static void pci230_ai_update_fifo_trigger_level(struct comedi_device *dev,
|
||||
unsigned short triglev;
|
||||
unsigned short adccon;
|
||||
|
||||
if (cmd->flags & TRIG_WAKE_EOS)
|
||||
if (cmd->flags & CMDF_WAKE_EOS)
|
||||
wake = scanlen - devpriv->ai_scan_pos;
|
||||
else if (cmd->stop_src != TRIG_COUNT ||
|
||||
devpriv->ai_scan_count >= PCI230_ADC_FIFOLEVEL_HALFFULL ||
|
||||
|
||||
Reference in New Issue
Block a user