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

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

Merge "msm: ipa3: Fix to use paired PM operation for IPA"

parents ffba1d27 51758753
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3740,8 +3740,8 @@ int ipa_get_prot_id(enum ipa_client_type client)
EXPORT_SYMBOL(ipa_get_prot_id);

static const struct dev_pm_ops ipa_pm_ops = {
	.suspend = ipa_ap_suspend,
	.resume_noirq = ipa_ap_resume,
	.suspend_late = ipa_ap_suspend,
	.resume_early = ipa_ap_resume,
};

static struct platform_driver ipa_plat_drv = {
+2 −2
Original line number Diff line number Diff line
@@ -2697,8 +2697,8 @@ static const struct of_device_id rmnet_ipa_dt_match[] = {
MODULE_DEVICE_TABLE(of, rmnet_ipa_dt_match);

static const struct dev_pm_ops rmnet_ipa_pm_ops = {
	.suspend = rmnet_ipa_ap_suspend,
	.resume_noirq = rmnet_ipa_ap_resume,
	.suspend_late = rmnet_ipa_ap_suspend,
	.resume_early = rmnet_ipa_ap_resume,
};

static struct platform_driver rmnet_ipa_driver = {