Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eef323ab authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ecm_ipa: prevent a deadlock in suspend/resume scenario"

parents 740a0dea 97149140
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -940,8 +940,8 @@ static void ecm_ipa_rm_notify(void *user_data, enum ipa_rm_event event,
	ECM_IPA_LOG_ENTRY();
	if (event == IPA_RM_RESOURCE_GRANTED &&
			netif_queue_stopped(ecm_ipa_ctx->net)) {
		ECM_IPA_DEBUG("Resource Granted - waking queue\n");
		netif_wake_queue(ecm_ipa_ctx->net);
		ECM_IPA_DEBUG("Resource Granted - starting queue\n");
		netif_start_queue(ecm_ipa_ctx->net);
	} else {
		ECM_IPA_DEBUG("Resource released\n");
	}