commit | 9fdea0bb2d89e0356b29243a1c463f90559f9bd2 | [log] [tgz] |
---|---|---|
author | Jagadeesh Ponduru <quic_jponduru@quicinc.com> | Fri Nov 25 09:27:40 2022 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Dec 06 12:11:13 2022 -0800 |
tree | 03a0f53487400652d4ba309e1e8ffdf2ef4f181e | |
parent | 83ae391ea83ba51966a11e09e07899f45fda359c [diff] |
msm: ipa3: adding a NULL check for ipa3_qmi_ctx before accessing it In case of frequent SSR triggered, there is a chance that the ipa3_qmi_ctx is getting freed and not being initialized promptly as it will be through WQ. So, adding a check before accessing it in the subsequent SSR. Change-Id: I9be56787084baba92a01d5ce5258e84f52725e2c Signed-off-by: Jagadeesh Ponduru <quic_jponduru@quicinc.com>