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

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

Merge "mailbox: msm_qmp: Fix message send to AOP"

parents 9f5fe7fa 3ada82db
Loading
Loading
Loading
Loading
+7 −9
Original line number Diff line number Diff line
@@ -984,6 +984,11 @@ static int qmp_mbox_probe(struct platform_device *pdev)
}

static int qmp_mbox_suspend(struct device *dev)
{
	return 0;
}

static int qmp_mbox_resume(struct device *dev)
{
	struct qmp_device *mdev = dev_get_drvdata(dev);
	struct qmp_mbox *mbox;
@@ -1004,13 +1009,6 @@ static int qmp_mbox_suspend(struct device *dev)
			mbox->rx_pkt.data = NULL;
		}
	}
	return 0;
}

static int qmp_mbox_resume(struct device *dev)
{
	struct qmp_device *mdev = dev_get_drvdata(dev);

	if (mdev->early_boot)
		qmp_irq_handler(0, mdev);