msm: ipa: resolve potential qmi deadlock issue
Inside the QMI callback function, if we need to send
QMI indication, we should use "qmi_send_ind_from_cb"
instead of "qmi_send_ind" to avoid double mutex_lock
which causes the deadlock issue.
Change-Id: I31252fa2ff7b6aaf8bdeb918929ed4d1d83590e5
Signed-off-by:
Skylar Chang <chiaweic@codeaurora.org>
Loading
Please register or sign in to comment