Loading drivers/platform/msm/ipa/ipa_v3/ipa_mhi_proxy.c +3 −0 Original line number Diff line number Diff line Loading @@ -1008,6 +1008,9 @@ void imp_handle_modem_shutdown(void) { IMP_FUNC_ENTRY(); if (!imp_ctx) return; mutex_lock(&imp_ctx->mutex); if (imp_ctx->state == IMP_INVALID) { Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_mhi_proxy.c +3 −0 Original line number Diff line number Diff line Loading @@ -1008,6 +1008,9 @@ void imp_handle_modem_shutdown(void) { IMP_FUNC_ENTRY(); if (!imp_ctx) return; mutex_lock(&imp_ctx->mutex); if (imp_ctx->state == IMP_INVALID) { Loading