Skip to content
Snippets Groups Projects
Commit 3613decd authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

core: rename a simple function, fix re-arming triggers


zio_cset_is_self_timed() only returned true for input channels.  This
is needed, but the name is wrong: use zio_cset_early_arm() instead.

An output channel can be self-timed as well, so trigger_data_done
check the flag directly, not early_arm(). Every self-timed cset
must be rearmed when the trigger fired.

Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: default avatarFederico Vaga <federico.vaga@gmail.com>
parent abf04edb
Branches
Tags
No related merge requests found
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