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

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

Merge "msm: ipa: fix bug in routing table deletion"

parents 333b8f10 391665a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -752,7 +752,7 @@ static int __ipa_del_rt_tbl(struct ipa_rt_tbl *entry)
		return -EINVAL;
	}
	id = entry->id;
	if (ipa_id_find(id)) {
	if (ipa_id_find(id) == NULL) {
		IPAERR("lookup failed\n");
		return -EPERM;
	}