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

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

Merge "msm: ipa3: Silently fail on default flt install"

parents 8a0d9b65 077bcbcc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1676,7 +1676,8 @@ void ipa3_install_dflt_flt_rules(u32 ipa_ep_idx)
	struct ipa_flt_rule rule;

	if (!ipa_is_ep_support_flt(ipa_ep_idx)) {
		IPAERR("cannot add flt rules to non filtering pipe");
		IPADBG("cannot add flt rules to non filtering pipe num %d\n",
			ipa_ep_idx);
		return;
	}