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

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

Merge "soc: qcom: glink_smem_native_xprt: init in_ssr before IRQ eanbled."

parents 89520007 50495056
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2442,6 +2442,7 @@ static int glink_smem_native_probe(struct platform_device *pdev)
	}

	einfo->irq_line = irq_line;
	einfo->in_ssr = true;
	rc = request_irq(irq_line, irq_handler,
			IRQF_TRIGGER_RISING | IRQF_NO_SUSPEND | IRQF_SHARED,
			node->name, einfo);
@@ -2450,7 +2451,6 @@ static int glink_smem_native_probe(struct platform_device *pdev)
									rc);
		goto request_irq_fail;
	}
	einfo->in_ssr = true;
	rc = enable_irq_wake(irq_line);
	if (rc < 0)
		pr_err("%s: enable_irq_wake() failed on %d\n", __func__,