Skip to content
Snippets Groups Projects
Commit 3fbe5e3a authored by ANANDU KRISHNAN E's avatar ANANDU KRISHNAN E Committed by Bharath Kumar V
Browse files

Fix dspqueue_write_noblock race


Currenly check for wait_count is happening before updating
the packet counters due to optimizations. This will result
in HLOS not sending signal properly. This fix will ensure
that wait_count is only checked after updating the packet
counters.

Signed-off-by: default avatarANANDU KRISHNAN E <quic_anane@quicinc.com>
parent 05dbe074
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment