Commit f7758352 authored by Alessandro Rubini's avatar Alessandro Rubini

bugfix: must use zio helper for data_done

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 6225caf2
......@@ -199,7 +199,7 @@ static void fd_tlet(unsigned long arg)
/* there is an active block, try reading an accumulated sample */
if (fd_read_sw_fifo(fd, chan) == 0) {
clear_bit(FD_FLAG_INPUT_READY, &fd->flags);
chan->cset->trig->t_op->data_done(chan->cset);
zio_trigger_data_done(chan->cset);
}
out:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment