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

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

Merge "msm: ipa4: Fix teth_bridge disconnect method with the pm"

parents f55c72d9 279eac2f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -688,6 +688,11 @@ int ipa_pm_register(struct ipa_pm_register_params *params, u32 *hdl)
		return -EINVAL;
	}

	if (ipa_pm_ctx == NULL) {
		IPA_PM_ERR("PM_ctx is null\n");
		return -EINVAL;
	}

	if (params == NULL || hdl == NULL || params->name == NULL) {
		IPA_PM_ERR("Invalid Params\n");
		return -EINVAL;