Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmocore/+/31591
to look at the new patch set (#2).
Change subject: osmo_wqueue_enqueue(): Avoid redundant if-check ......................................................................
osmo_wqueue_enqueue(): Avoid redundant if-check
Remove call to osmo_wqueue_enqueue_quiet(), which checks the same condition as osmo_wqueue_enqueue. The result is basically one function less on the call stack and one if-check less; while having two more statements in osmo_wqueue_enqueue() itself compared to before.
Change-Id: I3ecc1698e836ca40e178a5b84c2946ae0e6bbfc9 --- M src/core/write_queue.c 1 file changed, 17 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/91/31591/2