mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 13:23:35 -04:00
staging: comedi: amplc_pci224: fix checkpatch line over 80 characters
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
53bd9a2048
commit
7c40bd48db
@@ -565,7 +565,8 @@ static void pci224_ao_handle_fifo(struct comedi_device *dev,
|
||||
switch (dacstat & PCI224_DACCON_FIFOFL_MASK) {
|
||||
case PCI224_DACCON_FIFOFL_EMPTY:
|
||||
room = PCI224_FIFO_ROOM_EMPTY;
|
||||
if (cmd->stop_src == TRIG_COUNT && devpriv->ao_stop_count == 0) {
|
||||
if (cmd->stop_src == TRIG_COUNT &&
|
||||
devpriv->ao_stop_count == 0) {
|
||||
/* FIFO empty at end of counted acquisition. */
|
||||
s->async->events |= COMEDI_CB_EOA;
|
||||
cfc_handle_events(dev, s);
|
||||
|
||||
Reference in New Issue
Block a user