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

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

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

parents 88f666eb 2610ea0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -986,8 +986,8 @@ static void rndis_ipa_rm_notify(void *user_data, enum ipa_rm_event event,
	RNDIS_IPA_DEBUG("Resource Granted\n");

	if (netif_queue_stopped(rndis_ipa_ctx->net)) {
		RNDIS_IPA_DEBUG("waking queue\n");
		netif_wake_queue(rndis_ipa_ctx->net);
		RNDIS_IPA_DEBUG("starting queue\n");
		netif_start_queue(rndis_ipa_ctx->net);
	} else {
		RNDIS_IPA_DEBUG("queue already awake\n");
	}