Loading
diag: dci: Add mutex protection while accessing client details
Currently while extracting events and logs information from
the data read over peripherals, the clients details are accessed
without mutex protection. As the client access may happen from
multiple context, mutex protection is needed. This patch
resolves the same.
Bug: 62378232
Change-Id: I9bd115e1cd9eebc625f4a68854d554ff874d866d
Signed-off-by:
Katish Paran <kparan@codeaurora.org>
(cherry picked from commit ab17770625ffe74df3b423311fa717225d1a445e)