commit | f357351e5c111e04c9ed274894d65d2a2a173afc | [log] [tgz] |
---|---|---|
author | Jagadeesh Ponduru <quic_jponduru@quicinc.com> | Thu Oct 20 14:52:48 2022 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Dec 05 01:29:21 2022 -0800 |
tree | afa2f9be6b22c48d3d09c40bba982eeb585ce130 | |
parent | 4f30df36d53f3fe65d5a283dda58acfc234d354f [diff] |
msm: ipa3: add new mutex lock to update is_modem_up flag. Adding new mutex lock to update is_modem_up flag because in Modem SSR scenarios if we use mutex variable "lock" it is waiting for it to be released by other thread & partially leading to SSR timeout. As we don't need to have a common mutex variable "lock" for this, a new mutex can help in moving further in clean up the pipes. Change-Id: I8e6e4c0181f7765b334aefefd9616329503fdc2c