Attention is currently required from: Hoernchen.
Jenkins Builder has posted comments on this change by Hoernchen. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42481?usp=email )
Change subject: firmware: replace libosmocore fsm timers ......................................................................
Patch Set 2:
(1 comment)
File ccid_common/cuart.c:
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42481/comment/ef1a257e_8a0... : PS2, Line 87: if (deadline && jiffies >= deadline) { Comparing jiffies is almost always wrong; prefer time_after, time_before and friends