Commit cf73fa96 authored by Tristan Gingold's avatar Tristan Gingold

fw/tdc: do not nest messages.

parent 2f605b95
......@@ -297,7 +297,8 @@ static int wrtd_in_trigger_sw(struct trtl_fw_msg *msg_i, struct trtl_fw_msg *msg
/* Send trigger */
send_trigger(&ent);
wrtd_in_trigger_log(WRTD_LOG_SENT, 0, NULL, &ent);
/* Do not log the trigger as the slot is used for the reply. */
return 0;
}
......
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