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

Commit 0745f29a authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: smp2p: Add wakeup capable flags to SMP2P IRQ"

parents 8ea2f135 532a489b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -623,13 +623,13 @@ static int qcom_smp2p_probe(struct platform_device *pdev)

	ret = devm_request_threaded_irq(&pdev->dev, smp2p->irq,
					NULL, qcom_smp2p_intr,
					IRQF_ONESHOT,
					IRQF_NO_SUSPEND | IRQF_ONESHOT,
					"smp2p", (void *)smp2p);
	if (ret) {
		dev_err(&pdev->dev, "failed to request interrupt\n");
		goto unwind_interfaces;
	}

	enable_irq_wake(smp2p->irq);

	return 0;