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

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

Merge "msm: ipa: Fix to accessing ipa_q6_clnt handle"

parents 087a8ddc 93ec4c02
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -854,11 +854,6 @@ static int ipa_q6_clnt_svc_event_notify(struct notifier_block *this,
			queue_delayed_work(ipa_clnt_req_workqueue,
					   &work_svc_arrive, 0);
		break;
	case QMI_SERVER_EXIT:
		if (!atomic_read(&workqueues_stopped))
			queue_delayed_work(ipa_clnt_req_workqueue,
					   &work_svc_exit, 0);
		break;
	default:
		break;
	}