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

Commit 254f2ee0 authored by Package Warehouse Build User's avatar Package Warehouse Build User Committed by Gerrit - the friendly Code Review server
Browse files

Merge "slim-msm-ngd: Fix unbalanced core irq disable from ndg_slim_enable" into msm-5.4

parents a5cc0741 3f42369d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1541,10 +1541,10 @@ static int ngd_slim_enable(struct msm_slim_ctrl *dev, bool enable)
	int ret = 0;

	if (enable) {
		enable_irq(dev->irq);
		ret = msm_slim_qmi_init(dev, false);
		/* controller state should be in sync with framework state */
		if (!ret) {
			enable_irq(dev->irq);
			complete(&dev->qmi.qmi_comp);
			if (!pm_runtime_enabled(dev->dev) ||
					!pm_runtime_suspended(dev->dev))