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

Commit 3050f571 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: use single thread workqueue for ipa interrupts"

parents 1d3124ad 6262468f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -229,7 +229,8 @@ int ipa_interrupts_init(u32 ipa_irq, u32 ee, struct device *ipa_dev)
		ipa_interrupt_to_cb[idx].private_data = NULL;
	}

	ipa_interrupt_wq = create_workqueue(INTERRUPT_WORKQUEUE_NAME);
	ipa_interrupt_wq = create_singlethread_workqueue(
			INTERRUPT_WORKQUEUE_NAME);
	if (!ipa_interrupt_wq) {
		IPAERR("workqueue creation failed\n");
		return -ENOMEM;