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

Commit 495e1d77 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mhi: Handle PCIe events from the common work queue"

parents 98d84ff1 7e1a6d16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1466,7 +1466,7 @@ void mhi_dev_sm_pcie_handler(struct ep_pcie_notify *notify)

	dstate_change_evt->event = event;
	INIT_WORK(&dstate_change_evt->work, mhi_sm_pcie_event_manager);
	queue_work(system_highpri_wq, &dstate_change_evt->work);
	queue_work(mhi_sm_ctx->mhi_sm_wq, &dstate_change_evt->work);
	atomic_inc(&mhi_sm_ctx->pending_pcie_events);

exit: